diff options
author | James Booth <boothj5@gmail.com> | 2016-04-17 23:17:43 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-04-17 23:17:43 +0100 |
commit | 2daa02cb60fc27e4dddadc32e487088c38b97b02 (patch) | |
tree | 54f6f1ff3cc2013647478e860280d635036bbc3e /tests/unittests | |
parent | 6cc04bc3ba85415e6ec532ddf60738961a3a9560 (diff) | |
parent | 4cb1d73a8358f660056156b5632e8c41659eb6e0 (diff) | |
download | profani-tty-2daa02cb60fc27e4dddadc32e487088c38b97b02.tar.gz |
Merge remote-tracking branch 'asdil12/tray_config'
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 f9de0859..5e86799a 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -444,6 +444,7 @@ void cons_reconnect_setting(void) {} void cons_autoping_setting(void) {} void cons_autoconnect_setting(void) {} void cons_inpblock_setting(void) {} +void cons_tray_setting(void) {} void cons_show_contact_online(PContact contact, Resource *resource, GDateTime *last_activity) { |