[Telepathy-commits] [telepathy-glib/master] get_channel_details: use TP_HASH_TYPE_QUALIFIED_PROPERTY_VALUE_MAP

Will Thompson will.thompson at collabora.co.uk
Wed Sep 17 08:09:52 PDT 2008


---
 telepathy-glib/base-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 7ee4b53..49304df 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -470,7 +470,7 @@ get_channel_details (GObject *obj)
 
   g_value_array_append (structure, NULL);
   value = g_value_array_get_nth (structure, 1);
-  g_value_init (value, TP_HASH_TYPE_STRING_VARIANT_MAP);
+  g_value_init (value, TP_HASH_TYPE_QUALIFIED_PROPERTY_VALUE_MAP);
   g_value_take_boxed (value, table);
 
   return structure;
-- 
1.5.6.5




More information about the Telepathy-commits mailing list