diff options
Diffstat (limited to 'tests/unittests/ui/stub_ui.c')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index d5596ffb..217f315f 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -65,7 +65,7 @@ void ui_close(void) {} void ui_redraw(void) {} void ui_resize(void) {} -void ui_switch_win(ProfWin *win) {} +void ui_focus_win(ProfWin *win) {} #ifdef HAVE_LIBOTR void chatwin_otr_secured(ProfChatWin *chatwin, gboolean trusted) {} |