From 4b87ece33144d35023b713d8e7d1be9262bc272a Mon Sep 17 00:00:00 2001 From: Jonny Lamb Date: Wed, 19 Aug 2009 17:08:49 +0100 Subject: empathy-connectivity: small style fix Signed-off-by: Jonny Lamb --- libempathy/empathy-connectivity.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libempathy') 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); } -- cgit v1.2.3