Hide "Error while shutting down tabs" message.
This makes no sense at all, yet seems to happen when closing qutebrowser on OS X via Cmd+Q.
This commit is contained in:
parent
a46d36b3b0
commit
7c125642b9
@ -232,7 +232,7 @@ class TabbedBrowser(tabwidget.TabWidget):
|
|||||||
try:
|
try:
|
||||||
self.currentChanged.disconnect()
|
self.currentChanged.disconnect()
|
||||||
except TypeError:
|
except TypeError:
|
||||||
log.destroy.exception("Error while shutting down tabs")
|
log.destroy.debug("Error while shutting down tabs")
|
||||||
for tab in self.widgets():
|
for tab in self.widgets():
|
||||||
self._remove_tab(tab)
|
self._remove_tab(tab)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user