From 9399c9f9cb645dc11e4fd44376427ca811bfecdd Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 5 Apr 2010 13:45:59 +0200 Subject: Add missing properties "highlight_words_add" and "highlight_words_del" in array gui_buffer_properties_set --- src/gui/gui-buffer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 }; -- cgit v1.2.3