Fix edge flipping after desk switch.

SVN revision: 30077
This commit is contained in:
Kim Woelders 2007-05-25 23:02:25 +00:00
parent dad015dc6c
commit 3948bde32f
1 changed files with 1 additions and 0 deletions

View File

@ -1178,6 +1178,7 @@ DeskEnter(Desk * dsk)
ButtonsMoveStickyToDesk(dsk);
DesksStackingCheck();
HintsSetCurrentDesktop();
EdgeWindowsShow();
EUngrabServer();
}