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/python/weechat-python.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/python/weechat-python.c') diff --git a/src/plugins/python/weechat-python.c b/src/plugins/python/weechat-python.c index 96ce66a75..b0cc081b9 100644 --- a/src/plugins/python/weechat-python.c +++ b/src/plugins/python/weechat-python.c @@ -40,7 +40,7 @@ WEECHAT_PLUGIN_DESCRIPTION(N_("Support of python scripts")); WEECHAT_PLUGIN_AUTHOR("Sébastien Helleu "); WEECHAT_PLUGIN_VERSION(WEECHAT_VERSION); WEECHAT_PLUGIN_LICENSE(WEECHAT_LICENSE); -WEECHAT_PLUGIN_PRIORITY(4020); +WEECHAT_PLUGIN_PRIORITY(PYTHON_PLUGIN_PRIORITY); struct t_weechat_plugin *weechat_python_plugin = NULL; -- cgit v1.2.3