Actually return when we deactivate the gconf object instead of trying to do gconf things with it
This commit is contained in:
parent
b142ed16fc
commit
95d4eed6ce
|
@ -345,6 +345,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore):
|
||||||
# FIXME: Find a better way to handle this than setting a non-profile
|
# FIXME: Find a better way to handle this than setting a non-profile
|
||||||
dbg ("VSGConf: No profile found, marking inactive")
|
dbg ("VSGConf: No profile found, marking inactive")
|
||||||
self.inactive = True
|
self.inactive = True
|
||||||
|
return
|
||||||
|
|
||||||
self.client.add_dir (self.profile, gconf.CLIENT_PRELOAD_RECURSIVE)
|
self.client.add_dir (self.profile, gconf.CLIENT_PRELOAD_RECURSIVE)
|
||||||
if self.on_gconf_notify:
|
if self.on_gconf_notify:
|
||||||
|
|
Loading…
Reference in New Issue