]> git.0d.be Git - empathy.git/commitdiff
Use NM by default
authorSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 30 Jun 2009 16:23:31 +0000 (17:23 +0100)
committerSjoerd Simons <sjoerd.simons@collabora.co.uk>
Tue, 30 Jun 2009 17:21:29 +0000 (18:21 +0100)
libempathy/empathy-idle.c

index 1686555ff5f2c2e9abf9943eb40c0906ab58d013..d0bc005cc1da1e322556205b3b9d7030f8313929 100644 (file)
@@ -440,8 +440,8 @@ empathy_idle_class_init (EmpathyIdleClass *klass)
                                          g_param_spec_boolean ("use-nm",
                                                                "Use Network Manager",
                                                                "Set presence according to Network Manager",
-                                                               FALSE,
-                                                               G_PARAM_READWRITE));
+                                                               TRUE,
+                                                               G_PARAM_CONSTRUCT | G_PARAM_READWRITE));
 
        g_type_class_add_private (object_class, sizeof (EmpathyIdlePriv));
 }
@@ -531,8 +531,6 @@ empathy_idle_init (EmpathyIdle *idle)
        } else {
                DEBUG ("Failed to get nm proxy");
        }
-
-       priv->nm_connected = TRUE;
 #endif
 }