[gnome-shell] statusMenu: Force the overview mode of the settings
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] statusMenu: Force the overview mode of the settings
- Date: Fri, 3 Dec 2010 14:44:06 +0000 (UTC)
commit b40cc2c29447d452949a36de4bee1cedb85ac4b6
Author: Bastien Nocera <hadess hadess net>
Date: Thu Dec 2 19:19:22 2010 +0000
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/statusMenu.js b/js/ui/statusMenu.js
index 14d45d0..e2d13c6 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() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]