Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
metasearch: ignore proxy settings != HttpProxy
  • Loading branch information
jef-n committed May 17, 2014
1 parent 7c75ffa commit 48ed1cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/MetaSearch/dialogs/maindialog.py
Expand Up @@ -865,6 +865,8 @@ def install_proxy(self):
if self.settings.value('/proxy/proxyEnabled') == 'true':
if self.settings.value('/proxy/proxyType') == 'HttpProxy':
ptype = 'http'
else:
return

user = self.settings.value('/proxy/proxyUser')
password = self.settings.value('/proxy/proxyPassword')
Expand Down

0 comments on commit 48ed1cf

Please sign in to comment.