]> Dogcows Code - chaz/tint2/blobdiff - src/taskbar/task.c
backward compatibility with tint-0.6 config, feature freeze
[chaz/tint2] / src / taskbar / task.c
index da12189aaa52ffbf09ea2ea067eac1964b5f143c..839f6f56d6dfd81b420b0718291adbd7c49f1991 100644 (file)
@@ -106,8 +106,8 @@ void remove_task (Task *tsk)
    Taskbar *tskbar;
        for (i=0 ; i < nb_panel ; i++) {
                for (j=0 ; j < panel1[i].nb_desktop ; j++) {
-                       //if (tsk->desktop != ALLDESKTOP && tsk->desktop != j) continue;
-                       if (!panel1[i].taskbar) continue;
+                       if (tsk->desktop != ALLDESKTOP && tsk->desktop != j) continue;
+                       //if (!panel1[i].taskbar) continue;
 
                        GSList *l0;
                        tskbar = &panel1[i].taskbar[j];
This page took 0.022076 seconds and 4 git commands to generate.