1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Fixed merge

This commit is contained in:
James Booth 2015-03-15 01:30:27 +00:00
parent 8c552e8a70
commit 448c91af61

View File

@ -1122,7 +1122,7 @@ ui_handle_otr_error(const char * const barejid, const char * const message)
{
ProfChatWin *chatwin = wins_get_chat(barejid);
if (chatwin) {
win_save_print((ProfWin*)chatwin, '!', NULL, 0, THEME_ERROR, "", message);
win_print((ProfWin*)chatwin, '!', NULL, 0, THEME_ERROR, "", message);
} else {
cons_show_error(message);
}