about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/chatwin.c')
-rw-r--r--src/ui/chatwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c
index 4632e706..d7d0e62c 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -322,7 +322,7 @@ chatwin_outgoing_carbon(ProfChatWin *chatwin, const char *const message, prof_en
         enc_char = prefs_get_pgp_char();
     }
 
-    win_printf((ProfWin*)chatwin, enc_char, 0, NULL, 0, THEME_TEXT_ME, "me", "%s", message);
+    win_print_outgoing((ProfWin*)chatwin, enc_char, "%s", message);
     int num = wins_get_num((ProfWin*)chatwin);
     status_bar_active(num);
 }