little bugfix

This commit is contained in:
Yann Leboulanger 2005-03-14 17:39:18 +00:00
parent d4fc3f4bf1
commit 45f278a177
1 changed files with 2 additions and 0 deletions

View File

@ -857,6 +857,8 @@ class plugin:
self.config['trayicon'] = 0
self.send('CONFIG', None, ('GtkGui', self.config, 'GtkGui'))
self.systray = systrayDummy()
else:
self.systray = systray(self)
else:
self.systray = systray(self)
if self.config['trayicon']: