diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-11-04 10:49:03 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-11-04 10:49:03 +0100 |
commit | 9e94bfd48b9c17cacdc48f6c1e29dcde9fafaa6f (patch) | |
tree | 6161c049929e39fa86023ed7f90ba4d7adf9bb27 /src/plugins | |
parent | ebc4ff82c05809a4c803568b0df41060ce7ce71f (diff) | |
download | weechat-9e94bfd48b9c17cacdc48f6c1e29dcde9fafaa6f.zip |
aspell: update bar item "aspell_dict" only if spellers have changed
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/aspell/weechat-aspell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/aspell/weechat-aspell.c b/src/plugins/aspell/weechat-aspell.c index e648de849..d689ee37f 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -360,8 +360,8 @@ weechat_aspell_create_spellers (struct t_gui_buffer *buffer) weechat_string_free_split (argv); } } + weechat_bar_item_update ("aspell_dict"); } - weechat_bar_item_update ("aspell_dict"); } /* |