mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
core: fix help on plugin option when config_set_desc_plugin is called to set help on newly created option
This commit is contained in:
@@ -184,9 +184,10 @@ plugin_config_set_desc_internal (const char *option, const char *value)
|
||||
option, "string", _("description of plugin option"),
|
||||
NULL, 0, 0, "", value, 0, NULL, NULL,
|
||||
&plugin_config_desc_changed_cb, NULL, NULL, NULL);
|
||||
if (ptr_option)
|
||||
plugin_config_desc_changed_cb (NULL, ptr_option);
|
||||
}
|
||||
|
||||
if (ptr_option)
|
||||
plugin_config_desc_changed_cb (NULL, ptr_option);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user