[empathy] tpl_log_manager_search_new_async has been renamed to tpl_log_manager_search_async



commit be2ae7a5b3f10393fa1afcefb67042493cb0eee7
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 2 14:56:15 2010 +0200

    tpl_log_manager_search_new_async has been renamed to tpl_log_manager_search_async

 libempathy-gtk/empathy-log-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c
index 620b56a..625ae8c 100644
--- a/libempathy-gtk/empathy-log-window.c
+++ b/libempathy-gtk/empathy-log-window.c
@@ -562,7 +562,7 @@ log_manager_searched_new_cb (GObject *manager,
 	GtkListStore        *store = user_data;
 	GError              *error = NULL;
 
-	if (!tpl_log_manager_search_new_finish (TPL_LOG_MANAGER (manager), result,
+	if (!tpl_log_manager_search_finish (TPL_LOG_MANAGER (manager), result,
 		&hits, &error)) {
 			DEBUG ("%s. Aborting", error->message);
 			g_error_free (error);
@@ -648,7 +648,7 @@ log_window_find_populate (EmpathyLogWindow *window,
 	}
 
 #ifdef ENABLE_TPL
-	tpl_log_manager_search_new_async (window->log_manager, search_criteria,
+	tpl_log_manager_search_async (window->log_manager, search_criteria,
 			log_manager_searched_new_cb, (gpointer) store);
 #else
 	hits = empathy_log_manager_search_new (window->log_manager, search_criteria);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]