fix so search results will open

This commit is contained in:
Zach Tibbitts 2007-03-20 02:00:05 +00:00
parent e80ba0d496
commit 74d666951c
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class plugin_Search:
url = url.replace('${query}', entry)
print 'URL =', url
print 'Entry =', entry
dcommon.open_url_in_browser(url)
dcommon.open_url_in_browser(None, url)
def populate_search_menu(self):
import gtk