diff options
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
| -rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 | 
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); | 
