diff options
author | James Booth <boothj5@gmail.com> | 2015-01-12 01:12:42 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-01-12 01:12:42 +0000 |
commit | 0d0ed9b7ca4b9055fece7ddc4e2430b900cbb355 (patch) | |
tree | e25b30c13981503ac96b85f6514a40eab98279b1 /tests | |
parent | c64484c6ed8ab38b840786d76e986cf622d56ece (diff) | |
parent | 22cc641905fcb6f321653a2826ef588d4cece223 (diff) | |
download | profani-tty-0d0ed9b7ca4b9055fece7ddc4e2430b900cbb355.tar.gz |
Merge remote-tracking branch 'incertia/exit-title'
Conflicts: src/command/command.c src/config/preferences.c src/config/preferences.h
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/stub_ui.c b/tests/ui/stub_ui.c index 296efbee..ef0778d0 100644 --- a/tests/ui/stub_ui.c +++ b/tests/ui/stub_ui.c @@ -284,6 +284,7 @@ void ui_handle_error(const char * const err_msg) } void ui_clear_win_title(void) {} +void ui_goodbye_title(void) {} void ui_handle_room_join_error(const char * const roomjid, const char * const err) {} void ui_handle_room_configuration(const char * const roomjid, DataForm *form) {} void ui_handle_room_configuration_form_error(const char * const roomjid, const char * const message) {} |