aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-02-26 21:52:36 +0800
committerCosimo Alfarano <cosimo.alfarano@collabora.co.uk>2010-02-26 21:52:36 +0800
commit5b1255d0e3e92635985aa058bdd87670e8891095 (patch)
tree933f1782380d9ed83e8c9789e2f2ffb269bf86be /libempathy-gtk/empathy-chat.c
parentf0b184b4100b558e418fb5879fed994c6d48fca2 (diff)
downloadgsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar
gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.gz
gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.bz2
gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.lz
gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.xz
gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.tar.zst
gsoc2013-empathy-5b1255d0e3e92635985aa058bdd87670e8891095.zip
Update to TPL 0.1.1
Updated the the pkg-config version to 0.1.1 Updated the the pkg-config dep name fom libtelepathy-logger to telepathy-logger Updated TPL's _finish() methods using one for each async API.
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index edb2aabc3..bec1d7704 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -1815,7 +1815,7 @@ got_filtered_messages_cb (GObject *manager,
EmpathyChatPriv *priv = GET_PRIV (chat);
GError *error = NULL;
- messages = tpl_log_manager_async_operation_finish (result, &error);
+ messages = tpl_log_manager_get_filtered_messages_async_finish (result, &error);
if (error != NULL) {
DEBUG ("%s. Aborting.", error->message);