1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 10:13:12 +02:00

core: add option add in command /hotlist

This commit is contained in:
Sébastien Helleu
2022-12-25 19:40:57 +01:00
parent b3e4a91760
commit a9094fd2fa
27 changed files with 318 additions and 185 deletions
+1 -1
View File
@@ -2159,7 +2159,7 @@ gui_buffer_set (struct t_gui_buffer *buffer, const char *property,
if (number < 0)
gui_hotlist_remove_buffer (buffer, 0);
else
(void) gui_hotlist_add (buffer, number, NULL);
(void) gui_hotlist_add (buffer, number, NULL, 1);
}
}
}