[gnome-shell] Add networkAgent to initial-setup mode



commit 4a2cdc20f08aaef01daf2d778e88d6ec449679ea
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Apr 15 18:05:57 2013 -0400

    Add networkAgent to initial-setup mode
    
    We want to be able to set up e.g. a WEP connection on the
    network page of gnome-initial-setup, so we need a network
    agent in the session.

 js/ui/sessionMode.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js
index efb8b2a..b62e1ab 100644
--- a/js/ui/sessionMode.js
+++ b/js/ui/sessionMode.js
@@ -81,7 +81,7 @@ const _modes = {
     'initial-setup': {
         hasWindows: true,
         isPrimary: true,
-        components: ['keyring'],
+        components: ['networkAgent', 'keyring'],
         panel: {
             left: [],
             center: ['dateMenu'],


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