1
0
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:
Sebastien Helleu
2008-10-27 11:34:56 +01:00
parent 1f399f2ee8
commit 3fa0048198
+1 -1
View File
@@ -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)
{