summaryrefslogtreecommitdiff
path: root/telepathy-logger
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 14:20:24 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-31 14:20:24 +0000
commit05d69a8d486fde2c2764aa09ebfbeee8c45e4870 (patch)
tree900c52c2f3cbef81df5fe730c0e23da5dfac71ab /telepathy-logger
parent87b42a1950b66a9f1ecec70566c60e4caafd7198 (diff)
Avoid GLib 2.32, 2.34 deprecations
Diffstat (limited to 'telepathy-logger')
-rw-r--r--telepathy-logger/dbus-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-logger/dbus-service.c b/telepathy-logger/dbus-service.c
index 1bc79f9a7..f53332e33 100644
--- a/telepathy-logger/dbus-service.c
+++ b/telepathy-logger/dbus-service.c
@@ -412,7 +412,7 @@ pendingproc_get_favourite_contacts (TplActionChain *action_chain,
priv = closure->service->priv;
- packed = g_ptr_array_new_with_free_func ((GDestroyNotify) g_value_array_free);
+ packed = g_ptr_array_new_with_free_func ((GDestroyNotify) tp_value_array_free);
g_hash_table_foreach (priv->accounts_contacts_map,
(GHFunc) append_favourite_contacts_account_and_contacts, packed);