about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-15 01:30:27 +0000
committerJames Booth <boothj5@gmail.com>2015-03-15 01:30:27 +0000
commit448c91af61ab9269c9a862e73421721e73074aa7 (patch)
tree4f8693821fadfcf5631a07ae2df9aa06e1a37d0d /src/ui
parent8c552e8a70c43d396beed695a5d2a7b1d28b3b12 (diff)
downloadprofani-tty-448c91af61ab9269c9a862e73421721e73074aa7.tar.gz
Fixed merge
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/core.c b/src/ui/core.c
index 79a64931..c00c7838 100644
--- a/src/ui/core.c
+++ b/src/ui/core.c
@@ -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);
     }