From 7ccfb33c038dc5a861b1e00047f1e9ab33ec493f Mon Sep 17 00:00:00 2001 From: Emilio Pozuelo Monfort Date: Fri, 22 Apr 2011 09:06:59 +0100 Subject: log_window_chats_get_selected -> log_window_get_selected --- libempathy-gtk/empathy-log-window.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libempathy-gtk/empathy-log-window.c b/libempathy-gtk/empathy-log-window.c index 0f60fea15..d183878d8 100644 --- a/libempathy-gtk/empathy-log-window.c +++ b/libempathy-gtk/empathy-log-window.c @@ -791,7 +791,7 @@ log_window_append_message (TplEvent *event, } static gboolean -log_window_chats_get_selected (EmpathyLogWindow *window, +log_window_get_selected (EmpathyLogWindow *window, TpAccount **account, TplEntity **target, GDate **date, @@ -924,7 +924,7 @@ populate_events_from_search_hits (TpAccount *account, GDate *anytime; GList *l; - if (!log_window_chats_get_selected (log_window, + if (!log_window_get_selected (log_window, NULL, NULL, NULL, &event_mask, &subtype)) return; @@ -1142,7 +1142,7 @@ search_results_filter_entities (GtkTreeModel *model, if (log_window->hits == NULL) return TRUE; - if (!log_window_chats_get_selected (log_window, &selected_account, + if (!log_window_get_selected (log_window, &selected_account, NULL, NULL, NULL, NULL)) gtk_tree_model_get (model, iter, @@ -2041,7 +2041,7 @@ log_window_get_messages_for_date (EmpathyLogWindow *window, EventSubtype subtype; GDate *anytime, *separator; - if (!log_window_chats_get_selected (window, + if (!log_window_get_selected (window, &account, &target, NULL, &event_mask, &subtype)) return; @@ -2193,7 +2193,7 @@ log_window_chats_get_messages (EmpathyLogWindow *window, GtkTreeSelection *selection; GDate *date; - if (!log_window_chats_get_selected (window, &account, &target, + if (!log_window_get_selected (window, &account, &target, &date, &event_mask, NULL)) return; -- cgit v1.2.3