remove trailing whitespace
This commit is contained in:
parent
b10c1b063d
commit
de93e6c7ee
@ -533,7 +533,7 @@ class TabbedBrowser(tabwidget.TabWidget):
|
|||||||
# We can get signals for tabs we already deleted...
|
# We can get signals for tabs we already deleted...
|
||||||
return
|
return
|
||||||
self.setTabIcon(idx, tab.icon())
|
self.setTabIcon(idx, tab.icon())
|
||||||
if idx == self.currentIndex() and config.get('tabs',
|
if idx == self.currentIndex() and config.get('tabs',
|
||||||
'tabs-are-windows'):
|
'tabs-are-windows'):
|
||||||
self.window().setWindowIcon(tab.icon())
|
self.window().setWindowIcon(tab.icon())
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user