Defaults have moved

This commit is contained in:
Thomas Hurst 2008-08-15 17:27:16 +01:00
parent 894ba31880
commit 6e638af1e7
1 changed files with 2 additions and 2 deletions

View File

@ -266,8 +266,8 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore):
self.client = gconf.client_get_default ()
# Grab a couple of values from base class to avoid recursing with our __getattr__
self._gt_dir = self.defaults['gt_dir']
self._profile_dir = self.defaults['profile_dir']
self._gt_dir = Defaults['gt_dir']
self._profile_dir = Defaults['profile_dir']
dbg ('VSGConf: Profile requested is: "%s"'%profile)
if not profile: