From b40cc2c29447d452949a36de4bee1cedb85ac4b6 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 2 Dec 2010 19:19:22 +0000 Subject: [PATCH] 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 --- js/ui/statusMenu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/statusMenu.js b/js/ui/statusMenu.js index 14d45d02f..e2d13c68d 100644 --- a/js/ui/statusMenu.js +++ b/js/ui/statusMenu.js @@ -158,7 +158,7 @@ StatusMenuButton.prototype = { _onPreferencesActivate: function() { Main.overview.hide(); - this._spawn(['gnome-control-center']); + this._spawn(['gnome-control-center', '-o']); }, _onLockScreenActivate: function() {