core: remove option on /unset of plugin description option (plugins.desc.xxx) (bug #40768)

This commit is contained in:
Sebastien Helleu 2013-12-08 08:57:30 +01:00
parent 0b27dd58b3
commit fa7f42cdd6
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
== Version 0.4.3 (under dev)
* core: remove option on /unset of plugin description option (plugins.desc.xxx)
(bug #40768)
* core: add buffer property "day_change" to hide messages for the day change in
specific buffers
* core: replace default key key[ctrl-c,r] by key[ctrl-c,v] for reverse video in

View File

@ -319,6 +319,8 @@ plugin_config_delete_desc (void *data, struct t_config_file *config_file,
}
}
config_file_option_free (option);
return WEECHAT_CONFIG_OPTION_UNSET_OK_REMOVED;
}