This commit is contained in:
Thomas Hurst 2008-08-15 17:27:56 +01:00
parent 6e638af1e7
commit 7f1dc2729a
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore):
value = self.client.get ('%s/%s'%(self.profile, key))
if value:
funcname = "get_" + self.defaults[key].__class__.__name__
funcname = "get_" + Defaults[key].__class__.__name__
dbg (' GConf: picked function: %s'%funcname)
# Special case for str
if funcname == "get_str":