mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 11:06:21 +00:00
Add ch arg to win_printf_line
This commit is contained in:
@@ -405,7 +405,7 @@ _chatwin_history(ProfChatWin *chatwin, const char *const contact)
|
||||
g_date_time_unref(timestamp);
|
||||
// header
|
||||
} else {
|
||||
win_printf_line((ProfWin*)chatwin, THEME_DEFAULT, "%s", curr->data);
|
||||
win_printf_line((ProfWin*)chatwin, THEME_DEFAULT, '-', "%s", curr->data);
|
||||
}
|
||||
curr = g_slist_next(curr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user