mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 04:46:20 +00:00
Use win_printf_line instead of win_println
This commit is contained in:
@@ -83,7 +83,7 @@ mucconfwin_show_form_field(ProfMucConfWin *confwin, DataForm *form, char *tag)
|
||||
FormField *field = form_get_field_by_tag(form, tag);
|
||||
ProfWin *window = (ProfWin*)confwin;
|
||||
_mucconfwin_form_field(window, tag, field);
|
||||
win_println(window, 0, "");
|
||||
win_printf_line(window, THEME_DEFAULT, '-', "");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user