From c4c6d2cddc6bdc2dcd2b73bb97560c9ff31f6c41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 3 Apr 2014 14:34:01 +0200 Subject: [PATCH] core: add "hotlist" in completion of command "/buffer set" --- src/gui/gui-buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/gui-buffer.c b/src/gui/gui-buffer.c index 1766b2ecb..44fc1b539 100644 --- a/src/gui/gui-buffer.c +++ b/src/gui/gui-buffer.c @@ -98,8 +98,8 @@ char *gui_buffer_properties_get_pointer[] = NULL }; char *gui_buffer_properties_set[] = -{ "unread", "display", "print_hooks_enabled", "day_change", "clear", "filter", - "number", "name", "short_name", "type", "notify", "title", +{ "hotlist", "unread", "display", "print_hooks_enabled", "day_change", "clear", + "filter", "number", "name", "short_name", "type", "notify", "title", "time_for_each_line", "nicklist", "nicklist_case_sensitive", "nicklist_display_groups", "highlight_words", "highlight_words_add", "highlight_words_del", "highlight_regex", "highlight_tags_restrict",