GNOME Bugzilla – Bug 664853
window: Listen for pref changes
Last modified: 2011-11-26 10:36:05 UTC
See patch.
Created attachment 202165 [details] [review] window: Listen for pref changes The workspaces-only-on-primary preference changes how windows are displayed, so listen for pref changes and update the visibility accordingly.
Review of attachment 202165 [details] [review]: ::: src/core/window.c @@ +191,3 @@ + meta_window_update_on_all_workspaces (window); + + meta_window_queue(window, META_QUEUE_CALC_SHOWING); missing space.
Attachment 202165 [details] pushed as 497f9be - window: Listen for pref changes (In reply to comment #2) > missing space. Gah, copy+paste :(