mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
correctly store updated message levels e.g. from /hilight
This commit is contained in:
parent
d3e105a396
commit
949dc06af3
@ -265,7 +265,7 @@ static void sig_gui_print_text_finished(WINDOW_REC *window, TEXT_DEST_REC *dest)
|
|||||||
|
|
||||||
info->meta = line_meta_create(dest->meta);
|
info->meta = line_meta_create(dest->meta);
|
||||||
|
|
||||||
info->level |= MSGLEVEL_FORMAT;
|
info->level = dest->level | MSGLEVEL_FORMAT;
|
||||||
|
|
||||||
/* the line will be inserted into the view with textbuffer_view_insert_line by
|
/* the line will be inserted into the view with textbuffer_view_insert_line by
|
||||||
gui-printtext.c:view_add_eol */
|
gui-printtext.c:view_add_eol */
|
||||||
|
Loading…
Reference in New Issue
Block a user