[Xfce4-commits] [apps/catfish] 01/02: Fix initializing Catfish layout settings (bug #16085)
noreply at xfce.org
noreply at xfce.org
Fri Nov 15 22:32:54 CET 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/catfish.
commit 10d33338302638425d48cd124e15b2a179d14458
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Fri Nov 15 16:32:35 2019 -0500
Fix initializing Catfish layout settings (bug #16085)
---
catfish_lib/CatfishSettings.py | 2 ++
po/catfish.pot | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/catfish_lib/CatfishSettings.py b/catfish_lib/CatfishSettings.py
index 6b70eaa..d0819ea 100644
--- a/catfish_lib/CatfishSettings.py
+++ b/catfish_lib/CatfishSettings.py
@@ -86,6 +86,8 @@ class CatfishSettings:
if key in self.settings:
if key == "exclude-paths":
value = ";".join(value)
+ if key == 'use-headerbar':
+ self.headerbar_configured = True
self.settings[key] = value
else:
pass
diff --git a/po/catfish.pot b/po/catfish.pot
index 4de0e47..c8ca373 100644
--- a/po/catfish.pot
+++ b/po/catfish.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-09-13 05:13-0400\n"
+"POT-Creation-Date: 2019-11-15 16:31-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list