summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-24 19:23:37 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-09-24 19:23:37 +0100
commit5b5775a2b6b163f9b7bd652b0bfa1823dc75c5fb (patch)
tree7879b935a4a935f3d351c7d31e975a5258cab154
parent246429790bf96761de4bb8c0a13df20bceed49a7 (diff)
downloadtelepathy-haze-5b5775a2b6b163f9b7bd652b0bfa1823dc75c5fb.tar.gz
update Presence to telepathy-glib 0.99.1
- get_contact_statuses() can't fail any more
-rw-r--r--src/connection-presence.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/connection-presence.c b/src/connection-presence.c
index 753d05c..ddc5809 100644
--- a/src/connection-presence.c
+++ b/src/connection-presence.c
@@ -164,8 +164,7 @@ _status_available (GObject *obj,
static GHashTable *
_get_contact_statuses (GObject *obj,
- const GArray *contacts,
- GError **error)
+ const GArray *contacts)
{
GHashTable *status_table = g_hash_table_new_full (g_direct_hash,
g_direct_equal, NULL, NULL);