]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.c
*fix* tooltip copys the displayed text
[chaz/tint2] / src / taskbar / task.c
index 317cd8fd952ad9202ce08140c7f2796727a03eb2..a59f28f50b18cc42f660e5e2bfab2f719e29ad0a 100644 (file)
@@ -143,6 +143,8 @@ void remove_task (Task *tsk)
                                                task_active = 0;
                                        if (tsk2 == task_drag)
                                                task_drag = 0;
+                                       if (is_urgent(tsk2))
+                                               del_urgent(tsk2);
 
                                        XFreePixmap (server.dsp, tsk2->area.pix.pmap);
                                        XFreePixmap (server.dsp, tsk2->area.pix_active.pmap);
This page took 0.021129 seconds and 4 git commands to generate.