mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
config changes, CONFIG_REC is now required parameter for
config_node_set_int/bool() and config_node_add_list() git-svn-id: http://svn.irssi.org/repos/irssi/trunk@886 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a392b41f2f
commit
0d8239e40e
12 changed files with 39 additions and 36 deletions
|
|
@ -319,7 +319,7 @@ static void log_update_config(LOG_REC *log)
|
|||
node = config_node_section(node, log->fname, NODE_TYPE_BLOCK);
|
||||
|
||||
if (log->autoopen)
|
||||
config_node_set_bool(node, "auto_open", TRUE);
|
||||
iconfig_node_set_bool(node, "auto_open", TRUE);
|
||||
else
|
||||
iconfig_node_set_str(node, "auto_open", NULL);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue