From 19dfdfedc9101ad633412ee95ead3a18452c7380 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Fri, 17 Feb 2012 11:05:59 +0100 Subject: [PATCH] doc: fix python example for config_new_option in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 2 +- doc/fr/weechat_plugin_api.fr.txt | 2 +- doc/it/weechat_plugin_api.it.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index cc5c11b7c..c0506ff47 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -4262,7 +4262,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string", option5 = weechat.config_new_option(config_file, section, "option5", "color", "My option, type color", - "", 0, 100, "lightblue", "lightblue", 0, + "", 0, 0, "lightblue", "lightblue", 0, "", "", "", "", "", "") diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index d093dbaa8..2f4581aaf 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -4312,7 +4312,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string", option5 = weechat.config_new_option(config_file, section, "option5", "color", "Mon option, type couleur", - "", 0, 100, "lightblue", "lightblue", 0, + "", 0, 0, "lightblue", "lightblue", 0, "", "", "", "", "", "") diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 3b7620aa3..3586feed0 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -4251,7 +4251,7 @@ option4 = weechat.config_new_option(config_file, section, "option4", "string", option5 = weechat.config_new_option(config_file, section, "option5", "color", "My option, type color", - "", 0, 100, "lightblue", "lightblue", 0, + "", 0, 0, "lightblue", "lightblue", 0, "", "", "", "", "", "")