diff options
author | James Booth <boothj5@gmail.com> | 2015-09-25 22:55:44 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-25 22:55:44 +0100 |
commit | 100db7c36cc40ff740a51d51c2c7887c4d2e138d (patch) | |
tree | 91b5f7a7d1e6d05c8b45f78928e596d8378a0d02 /tests/unittests/ui | |
parent | 22ba3db0b27a34f62594adaab4519c854ee72f77 (diff) | |
download | profani-tty-100db7c36cc40ff740a51d51c2c7887c4d2e138d.tar.gz |
Set status to what it was before autoaway
Diffstat (limited to 'tests/unittests/ui')
-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 032564fd..c22265b7 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_auto_away(void) {} -void ui_end_auto_away(void) {} +void ui_end_auto_away(resource_presence_t presence) {} void ui_titlebar_presence(contact_presence_t presence) {} void ui_handle_login_account_success(ProfAccount *account) {} void ui_update_presence(const resource_presence_t resource_presence, |