[gnome-initial-setup] data: use aggregateMenu component in initial-setup session



commit dde1e8159cb7474d3cb77010732b80bfb831485c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jun 5 13:34:49 2017 -0700

    data: use aggregateMenu component in initial-setup session
    
    The 'battery' and 'volume' components don't exist anymore, and have been
    replaced with the 'aggregateMenu'.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=783452

 data/initial-setup.json |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/initial-setup.json b/data/initial-setup.json
index e6814f3..5cbda2a 100644
--- a/data/initial-setup.json
+++ b/data/initial-setup.json
@@ -3,6 +3,6 @@
     "components": ["networkAgent"],
     "panel": { "left": [],
                "center": [],
-               "right": ["a11yGreeter", "keyboard", "volume", "battery"]
+               "right": ["a11yGreeter", "keyboard", "aggregateMenu"]
     }
 }


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