Revert "Fix opening of quickstart."

This reverts commit 202b5e2bb9.

window='current' really should work properly.
This commit is contained in:
Florian Bruhin 2014-10-06 22:24:29 +02:00
parent 12bbce2914
commit dfc10a7d40

View File

@ -270,7 +270,7 @@ class Application(QApplication):
quickstart_done = False
if not quickstart_done:
tabbed_browser = objreg.get('tabbed-browser', scope='window',
window=0)
window='current')
tabbed_browser.tabopen(
QUrl('http://www.qutebrowser.org/quickstart.html'))
try: