Re-add title setting code
This commit is contained in:
parent
dcdfc116a4
commit
a767e33f15
@ -539,6 +539,9 @@ class TabbedBrowser(tabwidget.TabWidget):
|
|||||||
# We can get signals for tabs we already deleted...
|
# We can get signals for tabs we already deleted...
|
||||||
return
|
return
|
||||||
|
|
||||||
|
if not self.page_title(idx):
|
||||||
|
self.set_page_title(idx, url.toDisplayString())
|
||||||
|
|
||||||
@pyqtSlot(browsertab.AbstractTab, QIcon)
|
@pyqtSlot(browsertab.AbstractTab, QIcon)
|
||||||
def on_icon_changed(self, tab, icon):
|
def on_icon_changed(self, tab, icon):
|
||||||
"""Set the icon of a tab.
|
"""Set the icon of a tab.
|
||||||
|
Loading…
Reference in New Issue
Block a user