diff options
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/fset/fset-option.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-option.c b/src/plugins/fset/fset-option.c index 560095d7a..9ead1ec90 100644 --- a/src/plugins/fset/fset-option.c +++ b/src/plugins/fset/fset-option.c @@ -313,6 +313,7 @@ fset_option_match_filter (struct t_fset_option *fset_option, const char *filter) if (strncmp (filter, "c:", 2) == 0) { + /* filter by evaluated condition */ weechat_hashtable_set (fset_option_filter_hashtable_pointers, "fset_option", fset_option); fset_option_add_option_in_hashtable ( |