mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 20:14:13 +00:00
fix so search results will open
This commit is contained in:
parent
e80ba0d496
commit
74d666951c
@ -123,7 +123,7 @@ class plugin_Search:
|
|||||||
url = url.replace('${query}', entry)
|
url = url.replace('${query}', entry)
|
||||||
print 'URL =', url
|
print 'URL =', url
|
||||||
print 'Entry =', entry
|
print 'Entry =', entry
|
||||||
dcommon.open_url_in_browser(url)
|
dcommon.open_url_in_browser(None, url)
|
||||||
|
|
||||||
def populate_search_menu(self):
|
def populate_search_menu(self):
|
||||||
import gtk
|
import gtk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user