diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 20:58:11 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | 6a29941fdcd32e39a92200ef31253a7ea6e724b9 (patch) | |
tree | cf51bb1e90b8ccb247a1f5003d89e32447a54453 /src/plugins/fset/fset-command.c | |
parent | 18916e420a2ab15de5b8be7905df9a2985b2c74d (diff) | |
download | weechat-6a29941fdcd32e39a92200ef31253a7ea6e724b9.zip |
fset: fix command /fset -bar
Diffstat (limited to 'src/plugins/fset/fset-command.c')
-rw-r--r-- | src/plugins/fset/fset-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-command.c b/src/plugins/fset/fset-command.c index 76c21029b..971d60844 100644 --- a/src/plugins/fset/fset-command.c +++ b/src/plugins/fset/fset-command.c @@ -70,7 +70,7 @@ fset_command_fset (const void *pointer, void *data, if (weechat_strcasecmp (argv[1], "-bar") == 0) { - fset_bar_item_update (); + fset_add_bar (); return WEECHAT_RC_OK; } |