mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1010082 - Fix |mach dxr| URL; f=erikrose
This commit is contained in:
parent
033d5fc4e8
commit
4d4f220438
@ -37,7 +37,7 @@ class SearchProvider(object):
|
||||
def dxr(self, term):
|
||||
import webbrowser
|
||||
term = ' '.join(term)
|
||||
uri = 'http://dxr.mozilla.org/search?tree=mozilla-central&q=%s' % term
|
||||
uri = 'http://dxr.mozilla.org/mozilla-central/search?q=%s&redirect=true' % term
|
||||
webbrowser.open_new_tab(uri)
|
||||
|
||||
@Command('mdn', category='misc',
|
||||
|
Loading…
Reference in New Issue
Block a user