diff options
Diffstat (limited to 'src/plugins/fset')
-rw-r--r-- | src/plugins/fset/fset-option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-option.c b/src/plugins/fset/fset-option.c index 02deb94cc..270b9ba67 100644 --- a/src/plugins/fset/fset-option.c +++ b/src/plugins/fset/fset-option.c @@ -928,7 +928,7 @@ fset_option_config_cb (const void *pointer, } } fset_option_set_max_length_fields_all (); - fset_buffer_refresh (1); + fset_buffer_refresh (0); } return WEECHAT_RC_OK; |