From ad6184c86bf65e7436ad0377d3e77985cff1d2fd Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 19 May 2013 17:27:58 +0100 Subject: [PATCH] Use handle in incoming message console when exists --- src/ui/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/core.c b/src/ui/core.c index 552b0103..9c640b8e 100644 --- a/src/ui/core.c +++ b/src/ui/core.c @@ -379,7 +379,7 @@ ui_incoming_msg(const char * const from, const char * const message, // not currently viewing chat window with sender } else { status_bar_new(win_index); - cons_show_incoming_message(from, win_index); + cons_show_incoming_message(display_from, win_index); if (prefs_get_boolean(PREF_FLASH)) flash();