diff options
author | James Booth <boothj5@gmail.com> | 2015-10-14 00:23:12 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-10-14 00:29:22 +0100 |
commit | c9165ef9d20d1cc96f7edada2a875bc4835b63fb (patch) | |
tree | 65f02b8586d0a547f279cf794f4e3fb0043247fe /tests | |
parent | ecbcecea7d0e20bd7ff12ead58cc4e735c7ee98b (diff) | |
download | profani-tty-c9165ef9d20d1cc96f7edada2a875bc4835b63fb.tar.gz |
Title bar TLS indicator
Issue #616
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 30afa087..a4d95bd1 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -316,7 +316,7 @@ gboolean ui_swap_wins(int source_win, int target_win) } void ui_titlebar_presence(contact_presence_t presence) {} -void ui_handle_login_account_success(ProfAccount *account) {} +void ui_handle_login_account_success(ProfAccount *account, int secured) {} void ui_update_presence(const resource_presence_t resource_presence, const char * const message, const char * const show) {} void ui_about(void) {} @@ -421,7 +421,7 @@ void cons_show_aliases(GList *aliases) check_expected(aliases); } -void cons_show_login_success(ProfAccount *account) {} +void cons_show_login_success(ProfAccount *account, int secured) {} void cons_show_software_version(const char * const jid, const char * const presence, const char * const name, const char * const version, const char * const os) {} |