From 2d55eab62ec5b08bb476673e19f2dbe48ec23758 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Fri, 17 Dec 2010 14:16:49 -0500 Subject: [PATCH] Remove 'What's using power...' menu option The dialog brought up by the "what's using power.." option is currently more confusing than useful to the user. n https://bugzilla.gnome.org/show_bug.cgi?id=636982 --- js/ui/status/power.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/ui/status/power.js b/js/ui/status/power.js index 3b395d553..3a909c4cd 100644 --- a/js/ui/status/power.js +++ b/js/ui/status/power.js @@ -82,9 +82,6 @@ Indicator.prototype = { this._otherDevicePosition = 2; this.menu.addMenuItem(new PopupMenu.PopupSeparatorMenuItem()); - this.menu.addAction(_("What's using power..."),function() { - GLib.spawn_command_line_async('gnome-power-statistics --device wakeups'); - }); this.menu.addAction(_("Power Settings"),function() { GLib.spawn_command_line_async('gnome-control-center power'); });