Fix settabtext fuckup
This commit is contained in:
parent
7f3a4298bf
commit
056e1bea76
@ -408,7 +408,7 @@ class TabbedBrowser(TabWidget):
|
||||
log.webview.debug("Got invalid tab {}!".format(tab))
|
||||
return
|
||||
if not self.tabText(idx):
|
||||
self.settabtext(idx, url)
|
||||
self.setTabText(idx, url)
|
||||
|
||||
@pyqtSlot(WebView)
|
||||
def on_icon_changed(self, tab):
|
||||
|
Loading…
Reference in New Issue
Block a user