[gnome-shell] Don't show network dialogs in the lock screen
- From: Adel Gadllah <agadllah src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Don't show network dialogs in the lock screen
- Date: Thu, 20 Sep 2012 18:03:13 +0000 (UTC)
commit 0ff614ccd4bf657ef9020447664935fbe199cf21
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Thu Sep 20 08:53:20 2012 +0200
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
js/ui/sessionMode.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/sessionMode.js b/js/ui/sessionMode.js
index 082c0f6..808109a 100644
--- a/js/ui/sessionMode.js
+++ b/js/ui/sessionMode.js
@@ -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: [],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]