From e8e6f5bd4bffb932f58e819f9816e67159476b9b Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Fri, 7 Sep 2007 06:31:09 +0000 Subject: [PATCH] hide tray icon on close for the benefit of windows --- src/interface.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/interface.py b/src/interface.py index b4f43100a..3ea20a8cb 100644 --- a/src/interface.py +++ b/src/interface.py @@ -1513,6 +1513,8 @@ this torrent will be deleted!") + "") self.shutdown() def shutdown(self): + #for the sake of windows, hide tray_icon + self.tray_icon.set_visible(False) self.save_column_widths() self.save_window_settings() self.save_tabs_order()