mirror of
https://github.com/weechat/weechat.git
synced 2026-06-26 04:46:37 +02:00
core: set notify_level to 3 if highlight is forced in gui_line_hook_update (only if tag "notify_none" is not in the line) (issue #1529)
This commit is contained in:
@@ -1570,6 +1570,12 @@ gui_line_hook_update (struct t_gui_line *line,
|
||||
line->data->notify_level = GUI_HOTLIST_HIGHLIGHT;
|
||||
}
|
||||
}
|
||||
|
||||
if (!notify_level_updated && highlight_updated && line->data->highlight
|
||||
&& (line->data->notify_level >= 0))
|
||||
{
|
||||
line->data->notify_level = GUI_HOTLIST_HIGHLIGHT;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user