*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:
Andreas.Fink85
2009-11-19 13:53:01 +00:00
parent f43facc277
commit f9ca3a2c0e
4 changed files with 27 additions and 9 deletions

View 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);