diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-05 13:45:59 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-05 13:45:59 +0200 |
commit | 9399c9f9cb645dc11e4fd44376427ca811bfecdd (patch) | |
tree | 5c95ced1c4fbb75755c8487f2d8bc91df23a3853 /src | |
parent | 9017a230136f8daa1d227dd8a20a5ecfa839920b (diff) | |
download | weechat-9399c9f9cb645dc11e4fd44376427ca811bfecdd.zip |
Add missing properties "highlight_words_add" and "highlight_words_del" in array gui_buffer_properties_set
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/gui-buffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index d1912585c..e32cc50c9 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -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 }; |