diff options
Diffstat (limited to 'src/plugins/fset/fset.c')
-rw-r--r-- | src/plugins/fset/fset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset.c b/src/plugins/fset/fset.c index 6b9a15918..7c99bf19a 100644 --- a/src/plugins/fset/fset.c +++ b/src/plugins/fset/fset.c @@ -40,7 +40,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Fast set of WeeChat and plugins options")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(2000); +WEECHAT_PLUGIN_PRIORITY(FSET_PLUGIN_PRIORITY); struct t_weechat_plugin *weechat_fset_plugin = NULL; |