mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 09:02:13 +02:00
correctly store updated message levels e.g. from /hilight
This commit is contained in:
parent
d3e105a396
commit
949dc06af3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue