diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-21 13:12:35 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-03-21 13:12:35 +0100 |
commit | a49c8b2e3055d234e8f5871cb48f58da992287b7 (patch) | |
tree | bd417e62d10352eba83716e373fdedd801f6aefa /src/plugins/aspell/weechat-aspell.c | |
parent | 203990d3cf8ac1ce4866d63c7353759b58bf7c56 (diff) | |
download | weechat-a49c8b2e3055d234e8f5871cb48f58da992287b7.zip |
Add new modifier "input_text_content"
Diffstat (limited to 'src/plugins/aspell/weechat-aspell.c')
-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 3c582002d..dc6f1a2f9 100644 --- a/src/plugins/aspell/weechat-aspell.c +++ b/src/plugins/aspell/weechat-aspell.c @@ -975,7 +975,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) &weechat_aspell_buffer_switch_cb, NULL); /* callback for spell checking input text */ - weechat_hook_modifier ("weechat_input_text_display", + weechat_hook_modifier ("input_text_display", &weechat_aspell_modifier_cb, NULL); weechat_aspell_create_spellers (weechat_current_buffer ()); |