This commit is contained in:
Yann Leboulanger 2009-04-27 19:30:54 +00:00
parent 9ea2a5c677
commit bdc291cb04
1 changed files with 1 additions and 1 deletions

View File

@ -3406,7 +3406,7 @@ class Interface:
self.systray_enabled = False
self.systray_capabilities = False
if (((os.name == 'nt') or (sys.platform == 'darwin'):
if (os.name == 'nt') or (sys.platform == 'darwin'):
import statusicon
self.systray = statusicon.StatusIcon()
self.systray_capabilities = True