1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

doc: fix python example for config_new_option in plugin API reference

This commit is contained in:
Sebastien Helleu
2012-02-17 11:05:59 +01:00
parent 9040193f7a
commit 19dfdfedc9
3 changed files with 3 additions and 3 deletions
+1 -1
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,
"", "",
"", "",
"", "")
+1 -1
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,
"", "",
"", "",
"", "")
+1 -1
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,
"", "",
"", "",
"", "")