diff options
Diffstat (limited to 'libempathy/empathy-connectivity.c')
-rw-r--r-- | libempathy/empathy-connectivity.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c index ebd72b09d..3c9805c54 100644 --- a/libempathy/empathy-connectivity.c +++ b/libempathy/empathy-connectivity.c @@ -111,6 +111,7 @@ connectivity_nm_state_change_cb (NMClient *client, #if NM_CHECK_VERSION(0,8,992) || state == NM_STATE_DISCONNECTING #endif + || state == NM_STATE_ASLEEP || state == NM_STATE_DISCONNECTED); DEBUG ("New NetworkManager network state %d (connected: %s)", state, |