parent
fcf15fcaf2
commit
c6fc9081c5
|
@ -2381,7 +2381,7 @@ class RosterWindow:
|
||||||
else:
|
else:
|
||||||
try:
|
try:
|
||||||
w.window.destroy()
|
w.window.destroy()
|
||||||
except AttributeError:
|
except AttributeError, RuntimeError:
|
||||||
w.destroy()
|
w.destroy()
|
||||||
|
|
||||||
def close_all(self, account, force=False):
|
def close_all(self, account, force=False):
|
||||||
|
|
Loading…
Reference in New Issue