winlist now only shows windows on other screens when the option for it is checked and (the window is from the current desk on the other screen || the option to show windows from all desks is set)

ticket #1494


SVN revision: 76500
This commit is contained in:
Mike Blumenkrantz 2012-09-12 07:53:57 +00:00
parent 36e807aaee
commit 057a874039
1 changed files with 5 additions and 0 deletions

View File

@ -970,6 +970,11 @@ _e_winlist_border_add(E_Border *bd, E_Zone *zone, E_Desk *desk)
{
if (!e_config->winlist_list_show_other_screen_windows)
return;
if (bd->zone && bd->desk && (bd->desk != e_desk_current_get(bd->zone)))
{
if (!e_config->winlist_list_show_other_desk_windows)
return;
}
}
else if (!e_config->winlist_list_show_other_desk_windows)
return;