mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
Fix hotlist update when buffer is current one
This commit is contained in:
@@ -200,7 +200,7 @@ gui_hotlist_add (struct t_gui_buffer *buffer, int priority,
|
||||
|
||||
/* do not highlight current buffer */
|
||||
if ((buffer == gui_current_window->buffer)
|
||||
&& (!allow_current_buffer) && (!gui_buffer_is_scrolled (buffer)))
|
||||
&& (!allow_current_buffer || (!gui_buffer_is_scrolled (buffer))))
|
||||
return;
|
||||
|
||||
if (priority < GUI_HOTLIST_MIN)
|
||||
|
||||
Reference in New Issue
Block a user