mirror of
https://github.com/weechat/weechat.git
synced 2026-07-09 19:23:13 +02:00
plugins: set priority in calls to weechat_config_new (issue #1872)
This commit is contained in:
@@ -686,7 +686,8 @@ trigger_config_init ()
|
||||
struct t_config_section *ptr_section;
|
||||
|
||||
trigger_config_file = weechat_config_new (
|
||||
TRIGGER_CONFIG_NAME, &trigger_config_reload_cb, NULL, NULL);
|
||||
TRIGGER_CONFIG_PRIO_NAME,
|
||||
&trigger_config_reload_cb, NULL, NULL);
|
||||
if (!trigger_config_file)
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user