GNOME Bugzilla – Bug 640581
Update _NET_CURRENT_DESKTOP on workspace removal
Last modified: 2011-01-26 22:13:40 UTC
When we delete a workspace before the active workspace, we need to upate the _NET_CURRENT_DESKTOP since the active workspace index changes. To do this workspace.c:set_active_space_hint() is moved to screen.c:meta_screen_set_active_workspace_hint() so that it can be shared.
Created attachment 179328 [details] [review] Update _NET_CURRENT_DESKTOP on workspace removal
Comment on attachment 179328 [details] [review] Update _NET_CURRENT_DESKTOP on workspace removal Looks good.
Attachment 179328 [details] pushed as 4c4c720 - Update _NET_CURRENT_DESKTOP on workspace removal