diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-03-10 07:17:54 +0100 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-03-10 07:17:54 +0100 |
commit | 0cc4ac5cbca7a38adc1db477fc87b69c1d1e5003 (patch) | |
tree | 1ec0acaad6cc816eee9f4b230f406c06666e464c | |
parent | 52e7e596aa0e7ca8b8db11c7c47c584fc7a75be6 (diff) | |
download | profani-tty-0cc4ac5cbca7a38adc1db477fc87b69c1d1e5003.tar.gz |
Add cons_avatar_setting to unit test stub
-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 8b57a854..4c232739 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -452,6 +452,7 @@ void cons_statusbar_setting(void) {} void cons_tray_setting(void) {} void cons_os_setting(void) {} void cons_correction_setting(void) {} +void cons_avatar_setting(void) {} void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *last_activity) { |