From 190c18638caf1b17b16aada8ed9045f614f8387a Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Thu, 13 Dec 2007 13:05:03 +0000 Subject: Replace g_array_insert_val(array, 0, handle) by g_array_index(array,guint,0)=handle svn path=/trunk/; revision=476 --- libempathy/empathy-tp-group.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy') diff --git a/libempathy/empathy-tp-group.c b/libempathy/empathy-tp-group.c index e648d40ab..9dd09d8c8 100644 --- a/libempathy/empathy-tp-group.c +++ b/libempathy/empathy-tp-group.c @@ -407,7 +407,7 @@ tp_group_get_local_pending_cb (DBusGProxy *proxy, reason = g_value_get_uint (g_value_array_get_nth (pending_struct, 2)); message = g_value_get_string (g_value_array_get_nth (pending_struct, 3)); - g_array_insert_val (handles, 0, member_handle); + g_array_index (handles, guint, 0) = member_handle; tp_group_members_changed_cb (priv->group_iface, message, /* message */ NULL, /* added */ -- cgit v1.2.3