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:
parent
8c552e8a70
commit
448c91af61
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user