summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/gui-line.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gui/gui-line.c b/src/gui/gui-line.c
index 34ba65af8..f10904857 100644
--- a/src/gui/gui-line.c
+++ b/src/gui/gui-line.c
@@ -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;
+ }
}
/*