From b1ed3a1106df1a8229be45d0c5afccc9b3c3d59c Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 8 Oct 2014 21:12:21 +0200 Subject: [PATCH] Add bugs to download workaround comment. --- qutebrowser/widgets/downloads.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qutebrowser/widgets/downloads.py b/qutebrowser/widgets/downloads.py index f86b60e61..bf3b8712c 100644 --- a/qutebrowser/widgets/downloads.py +++ b/qutebrowser/widgets/downloads.py @@ -39,7 +39,10 @@ def update_geometry(obj): rowsInserted/rowsRemoved signals don't get disconnected from this method when the DownloadView is deleted from Qt (e.g. by closing a window). - Here we check if obj ("self") was deleted and just ignore the even if so. + Here we check if obj ("self") was deleted and just ignore the event if so. + + Original bug: https://github.com/The-Compiler/qutebrowser/issues/167 + Workaround bug: https://github.com/The-Compiler/qutebrowser/issues/171 """ if sip.isdeleted(obj): return