[empathy] Use NM by default
- From: Sjoerd Simons <sjoerds src gnome org>
- To: svn-commits-list gnome org
- Subject: [empathy] Use NM by default
- Date: Tue, 30 Jun 2009 17:22:12 +0000 (UTC)
commit 9c05486e1f1acf1c71ff0593e6c9d9060e32e152
Author: Sjoerd Simons <sjoerd simons collabora co uk>
Date: Tue Jun 30 17:23:31 2009 +0100
Use NM by default
libempathy/empathy-idle.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/libempathy/empathy-idle.c b/libempathy/empathy-idle.c
index 1686555..d0bc005 100644
--- a/libempathy/empathy-idle.c
+++ b/libempathy/empathy-idle.c
@@ -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
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]