[Xfce4-commits] [apps/xfce4-panel-profiles] 140/162: Also ensure that source is always set no matter how the object is created.
noreply at xfce.org
noreply at xfce.org
Fri Jul 13 13:10:39 CEST 2018
This is an automated email from the git hooks/post-receive script.
o c h o s i 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/xfce4-panel-profiles.
commit 6a2ba62ba7d1da4bd29831ce0d3ee69e2013a0df
Author: Alistair Buxton <a.j.buxton at gmail.com>
Date: Fri Apr 13 22:34:06 2018 +0100
Also ensure that source is always set no matter how the
object is created.
---
xfpanel-switch/panelconfig.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/xfpanel-switch/panelconfig.py b/xfpanel-switch/panelconfig.py
index 22a9383..0153ae5 100644
--- a/xfpanel-switch/panelconfig.py
+++ b/xfpanel-switch/panelconfig.py
@@ -40,6 +40,7 @@ class PanelConfig(object):
def __init__(self):
self.desktops = []
self.properties = {}
+ self.source = None
def from_xfconf(xfconf):
pc = PanelConfig()
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list