doc: fix python example for config_new_option in plugin API reference

v2.8-utf8proc
Sebastien Helleu 2012-02-17 11:05:59 +01:00
parent 9040193f7a
commit 19dfdfedc9
3 changed files with 3 additions and 3 deletions

View File

@ -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,
"", "",
"", "",
"", "")

View File

@ -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,
"", "",
"", "",
"", "")

View File

@ -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,
"", "",
"", "",
"", "")