diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 21:30:39 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 21:30:39 +0000 |
commit | 29af5d4a3bef53e975981b9ea9b3bcaec31fa443 (patch) | |
tree | 3ec00520574c109de6c806ac263205096b83ffe3 /tests/unittests | |
parent | d7c1c6f9bfa994e9237df350469be9defa88f00a (diff) | |
download | profani-tty-29af5d4a3bef53e975981b9ea9b3bcaec31fa443.tar.gz |
Renamed ui_room_history -> mucwin_history
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 e90c38c6..7ba6028a 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -204,7 +204,7 @@ void mucwin_occupant_affiliation_change(const char * const roomjid, const char * void mucwin_occupant_role_and_affiliation_change(const char * const roomjid, const char * const nick, const char * const role, const char * const affiliation, const char * const actor, const char * const reason) {} void mucwin_roster(const char * const roomjid, GList *occupants, const char * const presence) {} -void ui_room_history(const char * const roomjid, const char * const nick, +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, const char * const message) {} |