diff options
author | Michael Vetter <jubalh@iodoru.org> | 2020-05-20 14:17:05 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2020-05-20 14:17:05 +0200 |
commit | 889e19a5c554751abee635f6d1f1984c26625a12 (patch) | |
tree | 9f4cecee4ead782d367a653606ba169547e933a0 | |
parent | 7862542c58cf8319b1609b01c24deedb797854fe (diff) | |
download | profani-tty-889e19a5c554751abee635f6d1f1984c26625a12.tar.gz |
Add executable stub
-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 9b3916c6..2f674437 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -452,7 +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_executable_setting(void) {} void cons_slashguard_setting(void) {} void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *last_activity) |