mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 02:46:22 +00:00
Use handle in incoming message console when exists
This commit is contained in:
@@ -379,7 +379,7 @@ ui_incoming_msg(const char * const from, const char * const message,
|
|||||||
// not currently viewing chat window with sender
|
// not currently viewing chat window with sender
|
||||||
} else {
|
} else {
|
||||||
status_bar_new(win_index);
|
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))
|
if (prefs_get_boolean(PREF_FLASH))
|
||||||
flash();
|
flash();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user