remove trailing whitespace

This commit is contained in:
haitaka 2016-04-13 19:15:01 +06:00
parent b10c1b063d
commit de93e6c7ee

View File

@ -533,7 +533,7 @@ class TabbedBrowser(tabwidget.TabWidget):
# We can get signals for tabs we already deleted...
return
self.setTabIcon(idx, tab.icon())
if idx == self.currentIndex() and config.get('tabs',
if idx == self.currentIndex() and config.get('tabs',
'tabs-are-windows'):
self.window().setWindowIcon(tab.icon())