gnome-shell/js
Florian Müllner 76005f5adf workspacesDisplay: Connect to 'notify::n-workspaces' early
Currently we only connect to the 'notify::n-workspaces' signal the
first time the overview is shown, which means we will miss any
changes to the workspace layout in the meanwhile.
In particular, the decision of whether the workspace switcher should be
shown is taken before the dynamic workspace handling takes over, and is
thus based entirely on the value of the num-workspaces user preference
rather than the actual number of workspaces.
Just connect the signal in _init() (with the nice side-effect to make it
explicit that the signal handler won't ever be disconnected).

https://bugzilla.gnome.org/show_bug.cgi?id=673198
2012-06-01 17:34:48 +02:00
..
extensionPrefs Switch string formatting to the one inside gjs 2012-05-24 15:38:44 -04:00
gdm Refactor show()/hide() sequences 2012-05-02 12:43:58 -04:00
misc extensionUtils: Support subdirectories in getCurrentExtension 2012-05-29 14:36:16 -04:00
perf *.js: Make emacs modelines consistent 2011-10-11 08:05:12 -04:00
ui workspacesDisplay: Connect to 'notify::n-workspaces' early 2012-06-01 17:34:48 +02:00
Makefile.am Switch string formatting to the one inside gjs 2012-05-24 15:38:44 -04:00