Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Compiler committed Nov 30, 2018
1 parent f6c36cc commit 6a27cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qutebrowser/browser/webengine/webenginetab.py
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ def _on_load_finished(self, ok):
log.config.debug(
"Loading {} again because of config change".format(
self._reload_url.toDisplayString()))
QTimer.singleShot(100, functools.partial(self.openurl,
QTimer.singleShot(100, functools.partial(self.load_url,
self._reload_url,
predict=False))
self._reload_url = None
Expand Down

0 comments on commit 6a27cd4

Please sign in to comment.