Fix bad merge from master to newconfig.

This commit is contained in:
Ryan Roden-Corrent 2017-09-05 07:44:36 -04:00
parent fc02216754
commit 3726502017

View File

@ -723,7 +723,6 @@ class TabbedBrowser(tabwidget.TabWidget):
'error.html', title="Error loading {}".format(url_string), 'error.html', title="Error loading {}".format(url_string),
url=url_string, error=msg, icon='') url=url_string, error=msg, icon='')
QTimer.singleShot(100, lambda: show_error_page(error_page)) QTimer.singleShot(100, lambda: show_error_page(error_page))
log.webview.error(msg)
else: else:
# WORKAROUND for https://bugreports.qt.io/browse/QTBUG-58698 # WORKAROUND for https://bugreports.qt.io/browse/QTBUG-58698
message.error(msg) message.error(msg)