Only set _NET_DESKTOP_VIEWPORT when needed.

SVN revision: 59971
This commit is contained in:
Kim Woelders 2011-06-05 14:54:00 +00:00
parent 0a91aee4d5
commit 01f840a327
2 changed files with 1 additions and 1 deletions

View File

@ -2166,6 +2166,7 @@ DesksInit(void)
EHintsGetDeskInfo();
HintsSetDesktopConfig();
HintsSetDesktopViewport();
}
static void

View File

@ -163,7 +163,6 @@ HintsSetCurrentDesktop(void)
GNOME_SetCurrentDesk();
#endif
EWMH_SetCurrentDesktop();
HintsSetDesktopViewport();
}
void