1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

fset: fix priority of plugin (load it after all other plugins)

This fixes a refresh problem of options after /upgrade in fset buffer.
This commit is contained in:
Sébastien Helleu
2017-07-08 14:46:33 +02:00
parent f1cd765e1a
commit 6532c9a538
19 changed files with 55 additions and 55 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Scripts manager"));
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(3000);
struct t_weechat_plugin *weechat_script_plugin = NULL;