dont skip windows that should only not be shown in taskbar.

SVN revision: 48785
This commit is contained in:
Hannes Janetzek 2010-05-12 18:33:05 +00:00
parent 7ff829c978
commit 5d71e61b91
1 changed files with 0 additions and 1 deletions

View File

@ -1100,7 +1100,6 @@ _e_int_menus_clients_pre_cb(void *data, E_Menu *m)
l = e_border_client_list();
EINA_LIST_FOREACH(l, l, border)
{
if (border->client.netwm.state.skip_taskbar) continue;
if (border->user_skip_winlist) continue;
if ((border->zone == zone) || (border->iconic) ||
(border->zone != zone && e_config->clientlist_include_all_zones))