e17: on _NET_ACTIVE_WINDOW client message: only switch to desk if border is not sticky

SVN revision: 57676
This commit is contained in:
Hannes Janetzek 2011-03-10 16:52:22 +00:00
parent 267f8d52f5
commit a513603dff
1 changed files with 2 additions and 1 deletions

View File

@ -965,7 +965,8 @@ _e_manager_cb_client_message(void *data __UNUSED__, int ev_type __UNUSED__, void
if (!bd->lock_user_iconify)
e_border_uniconify(bd);
}
if (!bd->iconic) e_desk_show(bd->desk);
if ((!bd->iconic) && (!bd->sticky))
e_desk_show(bd->desk);
if (!bd->lock_user_stacking) e_border_raise(bd);
if (!bd->lock_focus_out)
{