statusMenu: Force the overview mode of the settings

When launching gnome-control-center, request it to show
the overview rather than just presenting the current window.

https://bugzilla.gnome.org/show_bug.cgi?id=636317
This commit is contained in:
Bastien Nocera 2010-12-02 19:19:22 +00:00
parent c86da9afbd
commit b40cc2c294

View File

@ -158,7 +158,7 @@ StatusMenuButton.prototype = {
_onPreferencesActivate: function() {
Main.overview.hide();
this._spawn(['gnome-control-center']);
this._spawn(['gnome-control-center', '-o']);
},
_onLockScreenActivate: function() {