aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/e-shell-nm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c
index 48652501da..c1598b4a7d 100644
--- a/shell/e-shell-nm.c
+++ b/shell/e-shell-nm.c
@@ -85,6 +85,7 @@ e_shell_network_monitor (DBusConnection *connection G_GNUC_UNUSED,
case NM_STATE_CONNECTED:
e_shell_set_network_available (shell, TRUE);
break;
+ case NM_STATE_ASLEEP:
case NM_STATE_DISCONNECTED:
e_shell_set_network_available (shell, FALSE);
break;