Fix boolean variable name

This commit is contained in:
George Edward Bulmer 2018-02-06 17:35:24 +00:00
parent 26810e02c1
commit 0893e3a038

View File

@ -1515,7 +1515,7 @@ class CommandDispatcher:
return
if current_url.scheme() == 'view-source':
raise cmdexc.CommandError("Already viewing source!")
if editor:
if edit:
ed = editor.ExternalEditor(self._tabbed_browser)
tab._widget.page().toHtml(ed.edit)