changeset 628:42ee0b0b0a15

wix: fixed application quitting (fix bug 25)
author Goffi <goffi@goffi.org>
date Sun, 23 Jun 2013 01:42:12 +0200
parents d207c2186519
children 204930b870e1
files frontends/src/wix/main_window.py frontends/src/wix/wix
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
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):
--- a/frontends/src/wix/wix	Fri Jun 21 02:00:37 2013 +0200
+++ b/frontends/src/wix/wix	Sun Jun 23 01:42:12 2013 +0200
@@ -20,7 +20,6 @@
 
 import wx
 from sat_frontends.bridge.DBus import DBusBridgeFrontend
-import pdb
 import logging
 from logging import debug, info, error
 from sat_frontends.wix.main_window import MainWindow