Mercurial > libervia-backend
diff frontends/src/wix/main_window.py @ 628:42ee0b0b0a15
wix: fixed application quitting (fix bug 25)
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 23 Jun 2013 01:42:12 +0200 |
parents | 84a6e83157c2 |
children | ca2cae6b2c6d |
line wrap: on
line diff
--- a/frontends/src/wix/main_window.py Fri Jun 21 02:00:37 2013 +0200 +++ b/frontends/src/wix/main_window.py Sun Jun 23 01:42:12 2013 +0200 @@ -477,6 +477,7 @@ info(_("Exiting...")) for win in self.chat_wins: self.chat_wins[win].Destroy() + self.tray_icon.Destroy() e.Skip() def onTrayClick(self, e):