aboutsummaryrefslogtreecommitdiffstats
path: root/tests/interactive/test-empathy-dual-roster-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/interactive/test-empathy-dual-roster-view.c')
-rw-r--r--tests/interactive/test-empathy-dual-roster-view.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/interactive/test-empathy-dual-roster-view.c b/tests/interactive/test-empathy-dual-roster-view.c
index 74bb59f17..5d2dfdc55 100644
--- a/tests/interactive/test-empathy-dual-roster-view.c
+++ b/tests/interactive/test-empathy-dual-roster-view.c
@@ -93,9 +93,9 @@ create_view_box (EmpathyRosterModel *model,
empathy_roster_view_show_offline (EMPATHY_ROSTER_VIEW (view), show_offline);
empathy_roster_view_show_groups (EMPATHY_ROSTER_VIEW (view), show_groups);
- search = empathy_live_search_new (view);
+ search = tpaw_live_search_new (view);
empathy_roster_view_set_live_search (EMPATHY_ROSTER_VIEW (view),
- EMPATHY_LIVE_SEARCH (search));
+ TPAW_LIVE_SEARCH (search));
scrolled = gtk_scrolled_window_new (NULL, NULL);
gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (scrolled),