Apply patch from 'SXW', closing LP #237796

This commit is contained in:
Chris Jones 2008-09-04 22:27:13 +01:00
parent bbc17502a8
commit f14b544668
1 changed files with 14 additions and 10 deletions

View File

@ -406,6 +406,10 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore):
value = self.client.get ('%s/%s'%(self.profile, key))
if value:
from types import StringType
if type(value) is StringType:
ret = value
else:
funcname = "get_" + Defaults[key].__class__.__name__
dbg (' GConf: picked function: %s'%funcname)
# Special case for str