Clear favicon correctly when loading a new page.
This was accidentally deleted in e608ccbe36
Fixes #187.
This commit is contained in:
parent
1c551975c4
commit
bfcb309460
@ -413,6 +413,7 @@ class TabbedBrowser(tabwidget.TabWidget):
|
||||
# We can get signals for tabs we already deleted...
|
||||
log.webview.debug("Got invalid tab {}!".format(tab))
|
||||
return
|
||||
self.setTabIcon(idx, QIcon())
|
||||
|
||||
@pyqtSlot()
|
||||
def on_cur_load_started(self):
|
||||
|
Loading…
Reference in New Issue
Block a user