From de93e6c7eefdf337c658368495af8acdeadd54a3 Mon Sep 17 00:00:00 2001 From: haitaka Date: Wed, 13 Apr 2016 19:15:01 +0600 Subject: [PATCH] remove trailing whitespace --- qutebrowser/mainwindow/tabbedbrowser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qutebrowser/mainwindow/tabbedbrowser.py b/qutebrowser/mainwindow/tabbedbrowser.py index dc18fd673..9f027f6f1 100644 --- a/qutebrowser/mainwindow/tabbedbrowser.py +++ b/qutebrowser/mainwindow/tabbedbrowser.py @@ -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())