Don't show network dialogs in the lock screen

Remove the network agent component from the lock screen and unlock
dialog session modes.

https://bugzilla.gnome.org/show_bug.cgi?id=684384
This commit is contained in:
Giovanni Campagna 2012-09-20 08:53:20 +02:00 committed by Adel Gadllah
parent d0a77b7e0c
commit 0ff614ccd4

View File

@ -50,7 +50,7 @@ const _modes = {
isLocked: true,
isGreeter: undefined,
unlockDialog: undefined,
components: ['networkAgent', 'polkitAgent', 'telepathyClient'],
components: ['polkitAgent', 'telepathyClient'],
panel: {
left: ['userMenu'],
center: [],
@ -61,7 +61,7 @@ const _modes = {
'unlock-dialog': {
isLocked: true,
unlockDialog: undefined,
components: ['networkAgent', 'polkitAgent', 'telepathyClient'],
components: ['polkitAgent', 'telepathyClient'],
panel: {
left: ['userMenu'],
center: [],