]> Dogcows Code - chaz/tint2/blobdiff - src/systray/systraybar.c
*fix* bug fixed (multi-desktop and taskbar_active_id != taskbar_id)
[chaz/tint2] / src / systray / systraybar.c
index b369183696f871f08bd61ef47473754340d6e925..41f93a4e4a100bf7264acf26dbbde44ff85a3598 100644 (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);
 
This page took 0.026653 seconds and 4 git commands to generate.