*fix* forward all clicks tint2 does not handle to the window manager, if wm_menu = 1

git-svn-id: http://tint2.googlecode.com/svn/trunk@297 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Andreas.Fink85
2009-12-28 15:49:15 +00:00
parent 3767eb58f1
commit 72bcf623ee
3 changed files with 65 additions and 14 deletions

View File

@@ -531,7 +531,7 @@ void del_urgent(Task *tsk)
int is_urgent(Task *tsk)
{
if (!tsk)
return;
return 0;
GSList* urgent_task = urgent_list;
while (urgent_task) {
Task_urgent* t = urgent_task->data;