diff options
author | James Booth <boothj5@gmail.com> | 2016-07-04 00:41:29 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-04 00:41:29 +0100 |
commit | 71879a3f64f5f04cdceeedf0317175b2bab1701c (patch) | |
tree | d97c05b977718ef679892468e449a72972db99ae /tests/unittests/ui | |
parent | 606a860bdc2fd93773405655be467064aa949cc6 (diff) | |
download | profani-tty-71879a3f64f5f04cdceeedf0317175b2bab1701c.tar.gz |
Free plugins commands on quit
Diffstat (limited to 'tests/unittests/ui')
-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 5e86799a..b0635fb8 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -265,7 +265,7 @@ void mucconfwin_show_form(ProfMucConfWin *confwin) {} void mucconfwin_show_form_field(ProfMucConfWin *confwin, DataForm *form, char *tag) {} void mucconfwin_form_help(ProfMucConfWin *confwin) {} void mucconfwin_field_help(ProfMucConfWin *confwin, char *tag) {} -void ui_show_lines(ProfWin *window, const gchar** lines) {} +void ui_show_lines(ProfWin *window, gchar** lines) {} void ui_redraw_all_room_rosters(void) {} void ui_show_all_room_rosters(void) {} void ui_hide_all_room_rosters(void) {} |