diff options
Diffstat (limited to 'tests/interactive/test-empathy-roster-view.c')
-rw-r--r-- | tests/interactive/test-empathy-roster-view.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/interactive/test-empathy-roster-view.c b/tests/interactive/test-empathy-roster-view.c index f814d9658..eb5cf6c6b 100644 --- a/tests/interactive/test-empathy-roster-view.c +++ b/tests/interactive/test-empathy-roster-view.c @@ -128,9 +128,9 @@ main (int argc, g_object_unref (mgr); - 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), |