parent
fcf15fcaf2
commit
c6fc9081c5
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue