also fix unsticking clients

e_client_desk_set() will sort out the hidden flag here automatically, so unsetting it is always the better choice
This commit is contained in:
Mike Blumenkrantz 2014-01-27 21:44:05 -05:00
parent 35aaabc491
commit cf267da573
1 changed files with 1 additions and 1 deletions

View File

@ -3689,7 +3689,7 @@ e_client_unstick(E_Client *ec)
if (!ec->sticky) return;
desk = ec->desk;
ec->desk = NULL;
ec->sticky = 0;
ec->hidden = ec->sticky = 0;
e_hints_window_sticky_set(ec, 0);
e_client_desk_set(ec, desk);