mirror of
https://github.com/weechat/weechat.git
synced 2026-06-29 22:36:38 +02:00
Fix reload of config file plugins.conf
This commit is contained in:
@@ -497,7 +497,7 @@ config_file_new_option (struct t_config_file *config_file,
|
||||
new_option->callback_change_data = callback_change_data;
|
||||
new_option->callback_delete = callback_delete;
|
||||
new_option->callback_delete_data = callback_delete_data;
|
||||
new_option->loaded = 0;
|
||||
new_option->loaded = 1;
|
||||
|
||||
if (section)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user