diff options
author | James Booth <boothj5@gmail.com> | 2015-10-27 23:15:28 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-27 23:15:28 +0000 |
commit | ea09dcda1850cb6fa29f9c1ca8efac870e033625 (patch) | |
tree | 106ae2fa99abb1b0c51f26503efbf16e1f3e3e54 /tests/unittests/ui | |
parent | dfd55d24cd06c151aeecaef442bfc94023826a2c (diff) | |
download | profani-tty-ea09dcda1850cb6fa29f9c1ca8efac870e033625.tar.gz |
Renamed ui_new_chat_win -> chatwin_new
Diffstat (limited to 'tests/unittests/ui')
-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 a486099e..0069ee8b 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -85,7 +85,7 @@ ProfPrivateWin* ui_new_private_win(const char * const fulljid) return NULL; } -ProfChatWin* ui_new_chat_win(const char * const barejid) +ProfChatWin* chatwin_new(const char * const barejid) { return NULL; } |