trayicon menuitems now work ok. for images to change we need them in ico format. I had ideas on that.. :D
This commit is contained in:
parent
4c48422462
commit
a946e92a95
|
@ -1125,14 +1125,12 @@ class Interface:
|
|||
self.systray_capabilities = False
|
||||
|
||||
if os.name == 'nt':
|
||||
if float(gajim.version) > 0.8: # atm it is not ready for 0.8
|
||||
try:
|
||||
import systraywin32
|
||||
except:
|
||||
except: # user doesn't have trayicon capabilities
|
||||
pass
|
||||
else:
|
||||
self.systray_capabilities = True
|
||||
#self.roster.window.realize()
|
||||
self.systray = systraywin32.SystrayWin32(self)
|
||||
else:
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue