This commit is contained in:
Chris Jones 2008-04-10 00:29:40 +01:00
parent f382c073d4
commit ff0e32df4d
1 changed files with 1 additions and 0 deletions

View File

@ -155,6 +155,7 @@ class TerminatorTerm:
env_proxy = os.getenv ('http_proxy')
if not env_proxy:
os.putenv ('http_proxy', self.conf.http_proxy)
self.spawn_child ()
def spawn_child (self, event=None):