[gnome-shell] Remove 'What's using power...' menu option



commit 2d55eab62ec5b08bb476673e19f2dbe48ec23758
Author: Bill Nottingham <notting redhat com>
Date:   Fri Dec 17 14:16:49 2010 -0500

    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 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/js/ui/status/power.js b/js/ui/status/power.js
index 3b395d5..3a909c4 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');
         });



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]