[gnome-shell] statusMenu: Make "My Account" menu item work again
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] statusMenu: Make "My Account" menu item work again
- Date: Fri, 19 Nov 2010 20:10:16 +0000 (UTC)
commit bfc850a94dcc89d105654b80d570c31b9e6c2424
Author: Bastien Nocera <hadess hadess net>
Date: Fri Nov 19 13:38:06 2010 +0000
statusMenu: Make "My Account" menu item work again
For GNOME 3.x. gnome-about-me is dead, so we should be using the
user-accounts panel of gnome-control-center instead.
https://bugzilla.gnome.org/show_bug.cgi?id=635264
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 67fcd71..c0cd866 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-about-me']);
+ this._spawn(['gnome-control-center user-accounts']);
},
_onPreferencesActivate: function() {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]