[telepathy-glib/master] account: no need to dup reconnect_required
Jonny Lamb
jonny.lamb at collabora.co.uk
Sat Sep 26 08:41:36 PDT 2009
Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
telepathy-glib/account.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/telepathy-glib/account.c b/telepathy-glib/account.c
index 2117f99..0cbb808 100644
--- a/telepathy-glib/account.c
+++ b/telepathy-glib/account.c
@@ -1779,9 +1779,7 @@ _tp_account_updated_cb (TpAccount *proxy,
if (error != NULL)
g_simple_async_result_set_from_error (result, (GError *) error);
else
- g_simple_async_result_set_op_res_gpointer (result,
- g_strdupv ((gchar **) reconnect_required),
- (GDestroyNotify) g_strfreev);
+ g_simple_async_result_set_op_res_gpointer (result, reconnect_required, NULL);
g_simple_async_result_complete (result);
g_object_unref (G_OBJECT (result));
--
1.5.6.5
More information about the telepathy-commits
mailing list