aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-22 16:06:59 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-22 16:06:59 +0800
commit7ccfb33c038dc5a861b1e00047f1e9ab33ec493f (patch)
tree0113466bc55a1812c748188c28c6521d78501916 /libempathy-gtk
parent35052417839c8a63c74503c5f2afa4f7c0bca0d7 (diff)
downloadgsoc2013-empathy-7ccfb33c038dc5a861b1e00047f1e9ab33ec493f.tar
gsoc2013-empathy-7ccfb33c038dc5a861b1e00047f1e9ab33ec493f.tar.gz
gsoc2013-empathy-7ccfb33c038dc5a861b1e00047f1e9ab33ec493f.tar.bz2
gsoc2013-empathy-7ccfb33c038dc5a861b1e00047f1e9ab33ec493f.tar.lz
gsoc2013-empathy-7ccfb33c038dc5a861b1e00047f1e9ab33ec493f.tar.xz
gsoc2013-empathy-7ccfb33c038dc5a861b1e00047f1e9ab33ec493f.tar.zst
gsoc2013-empathy-7ccfb33c038dc5a861b1e00047f1e9ab33ec493f.zip
log_window_chats_get_selected -> log_window_get_selected
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-log-window.c10
1 files 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;