diff options
author | James Booth <boothj5@gmail.com> | 2018-03-08 19:55:17 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2018-03-08 20:01:36 +0000 |
commit | 119c5650cf1b40d3074faae1a280e8d3dfbedc03 (patch) | |
tree | 4e2adf06fbf86458cb5113666260d560c056a797 /tests | |
parent | 1215ec9bc8c11c8f31a3eb9508b23ab349336ca7 (diff) | |
download | profani-tty-119c5650cf1b40d3074faae1a280e8d3dfbedc03.tar.gz |
Show name in statusbar tabs WIP
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 51e8d84a..e31e88f5 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -466,8 +466,8 @@ void title_bar_set_presence(contact_presence_t presence) {} // status bar void status_bar_inactive(const int win) {} -void status_bar_active(const int win) {} -void status_bar_new(const int win) {} +void status_bar_active(const int win, char *name) {} +void status_bar_new(const int win, char *name) {} void status_bar_set_all_inactive(void) {} // roster window |