From 95d4eed6ce2dcdc934d9c6f465b69be5504a93bb Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 13 Sep 2008 01:58:48 +0100 Subject: [PATCH] Actually return when we deactivate the gconf object instead of trying to do gconf things with it --- terminatorlib/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index e5bf1f8c..2f1fb922 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -345,6 +345,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore): # FIXME: Find a better way to handle this than setting a non-profile dbg ("VSGConf: No profile found, marking inactive") self.inactive = True + return self.client.add_dir (self.profile, gconf.CLIENT_PRELOAD_RECURSIVE) if self.on_gconf_notify: