This commit is contained in:
Martin Tournoij 2015-05-29 23:57:57 +02:00
parent 9c99c22f1b
commit 70956aaeca

View File

@ -657,7 +657,7 @@ class CommandDispatcher:
count: multiplier count: multiplier
""" """
frame = self._current_widget().page().currentFrame() frame = self._current_widget().page().currentFrame()
if not frame.url().isValid() == '': # Issue 701 if not frame.url().isValid(): # Issue 701
return return
if (bottom_navigate is not None and if (bottom_navigate is not None and