about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-15 20:13:21 +0100
committerJames Booth <boothj5@gmail.com>2016-10-15 20:13:21 +0100
commitf761d403b3ba72595c8fb0328822b9cacd3aac9c (patch)
tree1189bef3674527e2e17651a13a805e2ae348a746 /src/ui
parent80309462caf20a84ff444638c7a8b67b2c7bc0a9 (diff)
downloadprofani-tty-f761d403b3ba72595c8fb0328822b9cacd3aac9c.tar.gz
Use win_print_outgoing for carbons
Diffstat (limited to 'src/ui')
-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);
 }