[Telepathy-commits] [telepathy-salut/master] SalutConnection: Add the Contacts interface to the connection and reorder the interface in alphabetical order

Sjoerd Simons sjoerd.simons at collabora.co.uk
Tue Aug 19 09:33:19 PDT 2008


---
 src/salut-connection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/salut-connection.c b/src/salut-connection.c
index f43796b..4c86301 100644
--- a/src/salut-connection.c
+++ b/src/salut-connection.c
@@ -574,9 +574,10 @@ salut_connection_class_init (SalutConnectionClass *salut_connection_class)
   GParamSpec *param_spec;
   static const gchar *interfaces [] = {
     TP_IFACE_CONNECTION_INTERFACE_ALIASING,
+    TP_IFACE_CONNECTION_INTERFACE_AVATARS,
+    TP_IFACE_CONNECTION_INTERFACE_CONTACTS,
     TP_IFACE_CONNECTION_INTERFACE_PRESENCE,
     TP_IFACE_CONNECTION_INTERFACE_SIMPLE_PRESENCE,
-    TP_IFACE_CONNECTION_INTERFACE_AVATARS,
 #ifdef ENABLE_OLPC
     SALUT_IFACE_OLPC_BUDDY_INFO,
     SALUT_IFACE_OLPC_ACTIVITY_PROPERTIES,
-- 
1.5.6.3




More information about the Telepathy-commits mailing list