From b94a1ce59baa99e2076c83d82f25cbe5d9a7c19b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 3 Aug 2013 22:11:04 +0200 Subject: doc: fix typo in examples for function bar_new (plugin API reference) --- doc/it/weechat_plugin_api.it.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/it/weechat_plugin_api.it.txt') diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 496d4e35a..ceee1ac49 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -12077,7 +12077,7 @@ Esempio in C: ---------------------------------------- struct t_gui_bar *my_bar = weechat_bar_new ("mybar", "off", - 100, + "100", "window", "", "top", @@ -12102,7 +12102,7 @@ bar = weechat.bar_new(name, hidden, priority, type, condition, position, color_fg, color_delim, color_bg, separator, items) # esempio -bar = weechat.bar_new("mybar", "off", 100, "window", "", "top", "horizontal", "vertical", +bar = weechat.bar_new("mybar", "off", "100", "window", "", "top", "horizontal", "vertical", "0", "5", "default", "cyan", "blue", "off", "time,buffer_number+buffer_name") ---------------------------------------- -- cgit v1.2.3