Defaults have moved
This commit is contained in:
parent
894ba31880
commit
6e638af1e7
|
@ -266,8 +266,8 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore):
|
||||||
self.client = gconf.client_get_default ()
|
self.client = gconf.client_get_default ()
|
||||||
|
|
||||||
# Grab a couple of values from base class to avoid recursing with our __getattr__
|
# Grab a couple of values from base class to avoid recursing with our __getattr__
|
||||||
self._gt_dir = self.defaults['gt_dir']
|
self._gt_dir = Defaults['gt_dir']
|
||||||
self._profile_dir = self.defaults['profile_dir']
|
self._profile_dir = Defaults['profile_dir']
|
||||||
|
|
||||||
dbg ('VSGConf: Profile requested is: "%s"'%profile)
|
dbg ('VSGConf: Profile requested is: "%s"'%profile)
|
||||||
if not profile:
|
if not profile:
|
||||||
|
|
Loading…
Reference in New Issue