Wops, brackets needed.

SVN revision: 32767
This commit is contained in:
Miculcy Brian 2007-11-19 00:29:15 +00:00
parent 62907bbf51
commit a57b627c3e
1 changed files with 4 additions and 3 deletions

View File

@ -431,9 +431,10 @@ _e_winlist_border_add(E_Border *bd, E_Zone *zone, E_Desk *desk)
if (bd->desk != desk)
{
if ((bd->zone) && (bd->zone != zone))
if (!e_config->winlist_list_show_other_screen_windows) return;
else
if (!e_config->winlist_list_show_other_desk_windows) return;
{
if (!e_config->winlist_list_show_other_screen_windows) return;
}
else if (!e_config->winlist_list_show_other_desk_windows) return;
}
}
}