diff options
author | James Booth <boothj5@gmail.com> | 2015-11-01 21:12:53 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-11-01 21:12:53 +0000 |
commit | d706dcd4bc0819ac0fb9f4b617a95a1a0658650f (patch) | |
tree | 95f3fafd053f182c5864050059dbdc1fde174411 /tests/unittests | |
parent | 75b505cf6a72627bf669d95d40303ee062a1d4b9 (diff) | |
download | profani-tty-d706dcd4bc0819ac0fb9f4b617a95a1a0658650f.tar.gz |
Renamed ui_room_affiliation_change -> mucwin_affiliation_change
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 7157b0e1..8dc0b602 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -193,7 +193,7 @@ void ui_switch_to_room(const char * const roomjid) {} void mucwin_role_change(const char * const roomjid, const char * const role, const char * const actor, const char * const reason) {} -void ui_room_affiliation_change(const char * const roomjid, const char * const affiliation, const char * const actor, +void mucwin_affiliation_change(const char * const roomjid, const char * const affiliation, const char * const actor, const char * const reason) {} void ui_room_role_and_affiliation_change(const char * const roomjid, const char * const role, const char * const affiliation, const char * const actor, const char * const reason) {} |