*fix* bug fixed (multi-desktop and taskbar_active_id != taskbar_id)

git-svn-id: http://tint2.googlecode.com/svn/trunk@362 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2010-01-18 20:16:32 +00:00
parent 9b036efc5c
commit fc1ebc04b6
2 changed files with 3 additions and 3 deletions

View File

@@ -435,7 +435,7 @@ gboolean add_icon(Window id)
// show the window
if (!traywin->hide)
XMapRaised(server.dsp, traywin->tray_id);
XMapWindow(server.dsp, traywin->tray_id);
if (!traywin->hide && !panel->is_hidden)
XMapRaised(server.dsp, traywin->id);