diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:22:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 21:22:36 +0200 |
commit | e579e8692936d232ded2fe07ff7aaf8b22b06a2d (patch) | |
tree | 5607d27731ff73ba934c0bb4d944b57afdbe4020 /src/plugins/buflist | |
parent | 47bffefc1c003a89006288b48d0e1be6040fa94b (diff) | |
download | weechat-e579e8692936d232ded2fe07ff7aaf8b22b06a2d.zip |
fset: shift plugins priority to insert fset plugin between buflist and fifo
Diffstat (limited to 'src/plugins/buflist')
-rw-r--r-- | src/plugins/buflist/buflist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/buflist/buflist.c b/src/plugins/buflist/buflist.c index 404842687..eaaec6d9a 100644 --- a/src/plugins/buflist/buflist.c +++ b/src/plugins/buflist/buflist.c @@ -36,7 +36,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Buffers list")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu <flashcode@flashtux.org>"); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(8000); +WEECHAT_PLUGIN_PRIORITY(9000); struct t_weechat_plugin *weechat_buflist_plugin = NULL; |