diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 21:31:54 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 21:31:54 +0000 |
commit | f435d081b09c8023db5262a7fe110fe3d18eea1c (patch) | |
tree | 2819f5758b65e93c812687704399efc04ff2ca28 /tests/unittests | |
parent | 29af5d4a3bef53e975981b9ea9b3bcaec31fa443 (diff) | |
download | profani-tty-f435d081b09c8023db5262a7fe110fe3d18eea1c.tar.gz |
Renamed ui_room_message -> mucwin_message
Diffstat (limited to 'tests/unittests')
-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 7ba6028a..56b74780 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -206,7 +206,7 @@ void mucwin_occupant_role_and_affiliation_change(const char * const roomjid, con void mucwin_roster(const char * const roomjid, GList *occupants, const char * const presence) {} void mucwin_history(const char * const roomjid, const char * const nick, GDateTime *timestamp, const char * const message) {} -void ui_room_message(const char * const roomjid, const char * const nick, +void mucwin_message(const char * const roomjid, const char * const nick, const char * const message) {} void ui_room_subject(const char * const roomjid, const char * const nick, const char * const subject) {} void ui_room_requires_config(const char * const roomjid) {} |