From 65d16f797d9d3d7c5e46ef46790d13197f21cc9e Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 8 Nov 2011 16:09:44 +0100 Subject: main-window: use the EmpathyIndividual flavor of some types We switched to EmpathyIndividualView a while ago... https://bugzilla.gnome.org/show_bug.cgi?id=663387 https://bugzilla.gnome.org/show_bug.cgi?id=663763 --- src/empathy-main-window.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c index fe39ca454..367ae067f 100644 --- a/src/empathy-main-window.c +++ b/src/empathy-main-window.c @@ -47,8 +47,6 @@ #include #include -#include -#include #include #include #include @@ -569,7 +567,7 @@ main_window_load_events_idle_cb (gpointer user_data) } static void -main_window_row_activated_cb (EmpathyContactListView *view, +main_window_row_activated_cb (EmpathyIndividualView *view, GtkTreePath *path, GtkTreeViewColumn *col, EmpathyMainWindow *window) @@ -1519,7 +1517,7 @@ main_window_view_sort_contacts_cb (GtkRadioAction *action, EmpathyMainWindow *window) { EmpathyMainWindowPriv *priv = GET_PRIV (window); - EmpathyContactListStoreSort value; + EmpathyIndividualStoreSort value; GSList *group; GType type; GEnumClass *enum_class; -- cgit v1.2.3