*fix* tooltip copys the displayed text
*fix* remove urgent windows from list if closed git-svn-id: http://tint2.googlecode.com/svn/trunk@278 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user