diff options
-rw-r--r-- | libempathy/empathy-connectivity.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c index f033e42e8..bbbcba467 100644 --- a/libempathy/empathy-connectivity.c +++ b/libempathy/empathy-connectivity.c @@ -151,6 +151,8 @@ connectivity_connman_check_state_cb (DBusGProxy *proxy, else { DEBUG ("Failed to call GetState: %s", error->message); + connectivity_connman_state_changed_cb (proxy, "offline", + connectivity); } } |