This commit is contained in:
Yann Leboulanger 2005-03-09 17:14:40 +00:00
parent fccc7873bd
commit ffa613a7f2
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class preferences_window:
def on_tray_icon_checkbutton_toggled(self, widget):
"""On Tray Icon Checkbutton Toggled"""
if self.widget.get_active():
if widget.get_active():
self.plugin.config['trayicon'] = 1
self.plugin.show_systray()
else: