diff --git a/fvwm/virtual.c b/fvwm/virtual.c index 2403f1ef4..ace2fc29e 100644 --- a/fvwm/virtual.c +++ b/fvwm/virtual.c @@ -2631,8 +2631,6 @@ void CMD_GotoDeskAndPage(F_CMD_ARGS) if (is_tracking_shared) goto done; - BroadcastPacket(M_NEW_DESK, 2, (long)m->virtual_scr.CurrentDesk, - (long)m->si->rr_output); /* FIXME: domivogt (22-Apr-2000): Fake a 'restack' for sticky * window upon desk change. This is a workaround for a * problem in FvwmPager: The pager has a separate 'root' @@ -2644,11 +2642,6 @@ void CMD_GotoDeskAndPage(F_CMD_ARGS) * pager doesn't the stacking order. */ BroadcastRestackAllWindows(); } - else - { - BroadcastPacket(M_NEW_DESK, 2, (long)m->virtual_scr.CurrentDesk, - (long)m->si->rr_output); - } done: BroadcastMonitorList(NULL); EWMH_SetCurrentDesktop(m);