aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy/empathy-connectivity.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/libempathy/empathy-connectivity.c b/libempathy/empathy-connectivity.c
index 8cc1d26bb..60d938b58 100644
--- a/libempathy/empathy-connectivity.c
+++ b/libempathy/empathy-connectivity.c
@@ -302,12 +302,9 @@ empathy_connectivity_set_use_conn (EmpathyConnectivity *connectivity,
if (use_conn)
{
connectivity_nm_state_change_cb (priv->nm_client, NULL, connectivity);
-#else
- if (FALSE)
- {
-#endif
}
else
+#endif
{
connectivity_change_state (connectivity, TRUE);
}