[gnome-shell] initial-setup: Add battery icon



commit 9b3b419f7a46ab941cdc1224d3f0e07f088297f8
Author: Adel Gadllah <adel gadllah gmail com>
Date:   Sat Mar 23 10:29:19 2013 +0100

    initial-setup: Add battery icon
    
    There is no reason why there shouldn't be a battery icon in initial-setup,
    knowing how much battery you have left is useful in during setup as well.
    
    This also fixes an exception in the lock screen caused by the combined icon
    not finding the battery one.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696212

 js/ui/sessionMode.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js
index 7d6b2e4..13318cd 100644
--- a/js/ui/sessionMode.js
+++ b/js/ui/sessionMode.js
@@ -84,7 +84,7 @@ const _modes = {
         panel: {
             left: [],
             center: ['dateMenu'],
-            right: ['a11yGreeter', 'keyboard', 'volume']
+            right: ['a11yGreeter', 'keyboard', 'volume', 'battery']
         }
     },
 


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