[Telepathy-commits] [telepathy-glib/master] tp_cm_param_setter_offset: 'o' gtype is DBUS_TYPE_G_OBJECT_PATH

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 25 09:35:38 PDT 2009


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

diff --git a/telepathy-glib/base-connection-manager.c b/telepathy-glib/base-connection-manager.c
index 5326b0b..f143cfb 100644
--- a/telepathy-glib/base-connection-manager.c
+++ b/telepathy-glib/base-connection-manager.c
@@ -547,7 +547,7 @@ tp_cm_param_setter_offset (const TpCMParamSpec *paramspec,
         {
           gchar **save_to = (gchar **) (params_mem + paramspec->offset);
 
-          g_assert (paramspec->gtype == G_TYPE_BOXED);
+          g_assert (paramspec->gtype == DBUS_TYPE_G_OBJECT_PATH);
           g_free (*save_to);
 
           *save_to = g_value_dup_boxed (value);
-- 
1.5.6.5




More information about the telepathy-commits mailing list