1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 04:48:00 +01:00

Little remnant of the themeability patch

This commit is contained in:
David Paleino
2012-11-15 17:15:02 +01:00
parent 6ba96c6c52
commit 6b2f6884b5

View File

@@ -512,7 +512,7 @@ class TrayIcon(object):
self.menu = (self.manager.get_widget('/Menubar/Menu/Quit').
props.parent)
self.gui_win = None
self.current_icon_path = None
self.current_icon_name = None
self._is_scanning = False
net_menuitem = self.manager.get_widget("/Menubar/Menu/Connect/")
net_menuitem.connect("activate", self.on_net_menu_activate)