diff options
author | James Booth <boothj5@gmail.com> | 2016-01-21 00:50:55 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-01-21 00:50:55 +0000 |
commit | adb470c454338fd6e52528c22d44a26eb246732d (patch) | |
tree | b64c8b82726188c43de574b509aea5788291be6e /tests/unittests | |
parent | 5bccee93cc0c8c2426d5f5acc462dca15467cb08 (diff) | |
download | profani-tty-adb470c454338fd6e52528c22d44a26eb246732d.tar.gz |
WIP: Add /theme properties command
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 019ea84e..4235e10f 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -444,6 +444,7 @@ void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *l void cons_show_contact_offline(PContact contact, char *resource, char *status) {} void cons_theme_colours(void) {} +void cons_theme_properties(void) {} // title bar void title_bar_set_presence(contact_presence_t presence) {} |