From 7f1dc2729ae78e7dbe382e67cb7a0369fcfe105b Mon Sep 17 00:00:00 2001 From: Thomas Hurst Date: Fri, 15 Aug 2008 17:27:56 +0100 Subject: [PATCH] Really. --- terminatorlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index a17496f8..daa461fe 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -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":