From 202b4d82c0b233a891e9e1a303833c15ae86e1d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 12 Jan 2023 07:38:01 +0100 Subject: plugins: set priority in calls to weechat_config_new (issue #1872) --- src/plugins/buflist/buflist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/buflist/buflist.c') diff --git a/src/plugins/buflist/buflist.c b/src/plugins/buflist/buflist.c index 1de63b66b..226161e92 100644 --- a/src/plugins/buflist/buflist.c +++ b/src/plugins/buflist/buflist.c @@ -38,7 +38,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Buffers list")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(10000); +WEECHAT_PLUGIN_PRIORITY(BUFLIST_PLUGIN_PRIORITY); struct t_weechat_plugin *weechat_buflist_plugin = NULL; -- cgit v1.2.3