From e8be0f326cc93855b0c7235f30d9b6ed652fac00 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 2 Sep 2008 15:25:12 +0100 Subject: [PATCH] fix bogus gconf call --- terminatorlib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminatorlib/config.py b/terminatorlib/config.py index 7f194926..19340a66 100755 --- a/terminatorlib/config.py +++ b/terminatorlib/config.py @@ -390,7 +390,7 @@ class TerminatorConfValuestoreGConf (TerminatorConfValuestore): if self.client.get_bool ('/system/http_proxy/use_http_proxy'): dbg ('HACK: Mangling http_proxy') - if self.client.get_bool ('use_authentication'): + if self.client.get_bool ('/system/http_proxy/use_authentication'): dbg ('HACK: Using proxy authentication') value = 'http://%s:%s@%s:%s/'%( self.client.get_string ('/system/http_proxy/authentication_user'),