minimize to the Systray, by a click (Left-click) at the Systray icon, when it is set to be a Stick window (to be appear at every Workspace). Fixes #6838

This commit is contained in:
Denis Fomin 2011-03-21 11:49:42 +03:00
parent f9a6167f2b
commit 0caf0f06ac
1 changed files with 1 additions and 1 deletions

View File

@ -400,7 +400,7 @@ class StatusIcon:
x, y = win.get_position()
gajim.config.set('roster_x-position', x)
gajim.config.set('roster_y-position', y)
win.hide() # else we hide it from VD that was visible in
win.hide() # else we hide it from VD that was visible in
else:
if not win.get_property('visible'):
win.show_all()