mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-03 15:08:40 +00:00
fix so search results will open
This commit is contained in:
parent
e80ba0d496
commit
74d666951c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue