1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

Add missing properties "highlight_words_add" and "highlight_words_del" in array gui_buffer_properties_set

This commit is contained in:
Sebastien Helleu
2010-04-05 13:45:59 +02:00
parent 9017a23013
commit 9399c9f9cb
+2 -1
View File
@@ -92,7 +92,8 @@ char *gui_buffer_properties_set[] =
{ "unread", "display", "print_hooks_enabled", "number", "name", "short_name",
"type", "notify", "title", "time_for_each_line", "nicklist",
"nicklist_case_sensitive", "nicklist_display_groups", "highlight_words",
"highlight_tags", "input", "input_pos", "input_get_unknown_commands",
"highlight_words_add", "highlight_words_del", "highlight_tags", "input",
"input_pos", "input_get_unknown_commands",
NULL
};