Philipp Hörist pushed to branch master at gajim / gajim
Commits:
c6fc9081 by Philipp Hörist at 2017-10-14T09:43:44+02:00
Catch exception when closing window
Fixes #8761
- - - - -
1 changed file:
- gajim/roster_window.py
Changes:
=====================================
gajim/roster_window.py
=====================================
--- a/gajim/roster_window.py
+++ b/gajim/roster_window.py
@@ -2381,7 +2381,7 @@ class RosterWindow:
else:
try:
w.window.destroy()
- except AttributeError:
+ except AttributeError, RuntimeError:
w.destroy()
def close_all(self, account, force=False):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/c6fc9081c5c0dddc68ecb2e4bf9d70b0718a3606
---
View it on GitLab:
https://dev.gajim.org/gajim/gajim/commit/c6fc9081c5c0dddc68ecb2e4bf9d70b0718a3606
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits