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))
|
log.webview.debug("Got invalid tab {}!".format(tab))
|
||||||
return
|
return
|
||||||
if not self.tabText(idx):
|
if not self.tabText(idx):
|
||||||
self.settabtext(idx, url)
|
self.setTabText(idx, url)
|
||||||
|
|
||||||
@pyqtSlot(WebView)
|
@pyqtSlot(WebView)
|
||||||
def on_icon_changed(self, tab):
|
def on_icon_changed(self, tab):
|
||||||
|
Loading…
Reference in New Issue
Block a user