Fix boolean variable name
This commit is contained in:
parent
26810e02c1
commit
0893e3a038
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user