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

@ -859,6 +859,8 @@ class plugin:
self.systray = systrayDummy()
else:
self.systray = systray(self)
else:
self.systray = systray(self)
if self.config['trayicon']:
self.show_systray()