From 6532c9a5387506b5e25a937c7c01b881462b3df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 8 Jul 2017 14:46:33 +0200 Subject: fset: fix priority of plugin (load it after all other plugins) This fixes a refresh problem of options after /upgrade in fset buffer. --- src/plugins/fset/fset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/fset') diff --git a/src/plugins/fset/fset.c b/src/plugins/fset/fset.c index 404dc8ce9..b4c68323d 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 "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(8000); +WEECHAT_PLUGIN_PRIORITY(2000); struct t_weechat_plugin *weechat_fset_plugin = NULL; -- cgit v1.2.3