Actually return when we deactivate the gconf object instead of trying to do gconf things with it

This commit is contained in:
Chris Jones 2008-09-13 01:58:48 +01:00
parent b142ed16fc
commit 95d4eed6ce
1 changed files with 1 additions and 0 deletions

View File

@ -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: