[gnome-shell] statusMenu: Fix launching gnome-control-center with an option
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] statusMenu: Fix launching gnome-control-center with an option
- Date: Fri, 19 Nov 2010 20:34:39 +0000 (UTC)
commit f67ad2303369a4f89daa89a2d7c69288c735e878
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 19 20:33:43 2010 +0000
statusMenu: Fix launching gnome-control-center with an option
This isn't how you launch an app with an option...
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 c0cd866..0e91d5d 100644
--- a/js/ui/statusMenu.js
+++ b/js/ui/statusMenu.js
@@ -153,7 +153,7 @@ StatusMenuButton.prototype = {
_onMyAccountActivate: function() {
Main.overview.hide();
- this._spawn(['gnome-control-center user-accounts']);
+ this._spawn(['gnome-control-center', 'user-accounts']);
},
_onPreferencesActivate: function() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]