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.
This commit is contained in:
Matthias Clasen 2013-04-15 18:05:57 -04:00
parent 6ce79c62eb
commit 4a2cdc20f0

View File

@ -81,7 +81,7 @@ const _modes = {
'initial-setup': { 'initial-setup': {
hasWindows: true, hasWindows: true,
isPrimary: true, isPrimary: true,
components: ['keyring'], components: ['networkAgent', 'keyring'],
panel: { panel: {
left: [], left: [],
center: ['dateMenu'], center: ['dateMenu'],