From 4a2cdc20f08aaef01daf2d778e88d6ec449679ea Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 15 Apr 2013 18:05:57 -0400 Subject: [PATCH] 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 efb8b2a5d..b62e1abe2 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'],