From 3e901aee996c702c3be063fd155c4be951db5d53 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 13 Feb 2020 11:48:11 +0100 Subject: Rename win_print_with_receipt() -> win_print_outgoing_with_receipt() --- src/ui/chatwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/chatwin.c') diff --git a/src/ui/chatwin.c b/src/ui/chatwin.c index 5606e5a0..bb651e5f 100644 --- a/src/ui/chatwin.c +++ b/src/ui/chatwin.c @@ -327,7 +327,7 @@ chatwin_outgoing_msg(ProfChatWin *chatwin, const char *const message, char *id, if (request_receipt && id) { //TODO: replace_id and id - win_print_with_receipt((ProfWin*)chatwin, enc_char, "me", message, id); + win_print_outgoing_with_receipt((ProfWin*)chatwin, enc_char, "me", message, id); } else { win_print_outgoing((ProfWin*)chatwin, enc_char, id, replace_id, "%s", message); } -- cgit 1.4.1-2-gfad0