summaryrefslogtreecommitdiff
path: root/src/plugins/tcl
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-07-08 14:46:33 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-07-08 14:46:33 +0200
commit6532c9a5387506b5e25a937c7c01b881462b3df0 (patch)
treedb11d32ab2da6be1970ed50dc4e92f3e4e3d3f10 /src/plugins/tcl
parentf1cd765e1ac6dba61c871a4a4c38896bdc392443 (diff)
downloadweechat-6532c9a5387506b5e25a937c7c01b881462b3df0.zip
fset: fix priority of plugin (load it after all other plugins)
This fixes a refresh problem of options after /upgrade in fset buffer.
Diffstat (limited to 'src/plugins/tcl')
-rw-r--r--src/plugins/tcl/weechat-tcl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/tcl/weechat-tcl.c b/src/plugins/tcl/weechat-tcl.c
index 1523fde0a..fe306cf08 100644
--- a/src/plugins/tcl/weechat-tcl.c
+++ b/src/plugins/tcl/weechat-tcl.c
@@ -40,7 +40,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Support of tcl scripts"));
WEECHAT_PLUGIN_AUTHOR("Dmitry Kobylin <fnfal@academ.tsc.ru>");
WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION);
WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE);
-WEECHAT_PLUGIN_PRIORITY(3000);
+WEECHAT_PLUGIN_PRIORITY(4000);
struct t_weechat_plugin *weechat_tcl_plugin = NULL;