fix bogus gconf call

This commit is contained in:
Chris Jones 2008-09-02 15:25:12 +01:00
parent aa591fef94
commit e8be0f326c
1 changed files with 1 additions and 1 deletions

View File

@ -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'),