1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

Fix bug with default value in config option infolist

This commit is contained in:
Sebastien Helleu
2010-10-30 15:07:00 +02:00
parent 24fa337181
commit fdc5fa1b14
+1 -1
View File
@@ -2818,7 +2818,7 @@ config_file_add_to_infolist (struct t_infolist *infolist,
return 0;
}
}
if (ptr_option->value)
if (ptr_option->default_value)
{
if (!infolist_new_var_string (ptr_item,
"default_value",