about summary refs log tree commit diff stats
path: root/src/ui/chatwin.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-10-11 23:10:48 +0100
committerJames Booth <boothj5@gmail.com>2016-10-11 23:10:48 +0100
commit0337c5b22c8138ea7473b15e0687a04acb4eb70a (patch)
treea106d363277326146c635bf47fe9683cea39a7d5 /src/ui/chatwin.c
parent095c129a6b8bdf0d357b4de7301fc21d918dcef0 (diff)
downloadprofani-tty-0337c5b22c8138ea7473b15e0687a04acb4eb70a.tar.gz
Rename win_vprint -> win_printf
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 9098d4cc..7ea985ea 100644
--- a/src/ui/chatwin.c
+++ b/src/ui/chatwin.c
@@ -227,7 +227,7 @@ chatwin_recipient_gone(ProfChatWin *chatwin)
         display_usr = chatwin->barejid;
     }
 
-    win_vprint((ProfWin*)chatwin, '!', 0, NULL, 0, THEME_GONE, "", "<- %s has left the conversation.", display_usr);
+    win_printf((ProfWin*)chatwin, '!', 0, NULL, 0, THEME_GONE, "", "<- %s has left the conversation.", display_usr);
 }
 
 void