From b5f27d3fead4740099054f82e9a246ebd8a6ae9d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 17 Feb 2009 19:23:16 +0100 Subject: Use string instead of char for prefixes in nicklist --- doc/en/dev/plugin_c_api.en.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/en/dev/plugin_c_api.en.xml') diff --git a/doc/en/dev/plugin_c_api.en.xml b/doc/en/dev/plugin_c_api.en.xml index 0cf81bd23..21a88e3de 100644 --- a/doc/en/dev/plugin_c_api.en.xml +++ b/doc/en/dev/plugin_c_api.en.xml @@ -7796,7 +7796,7 @@ struct t_gui_nick_group *weechat_nicklist_add_nick ( struct t_gui_nick_group *group, const char *name, const char *color, - char prefix, + const char *prefix, const char *prefix_color, int visible); @@ -7860,7 +7860,7 @@ struct t_gui_nick *my_nick = weechat_nicklist_add_nick (my_buffer, my_group, "test_nick", (nick_away) ? "weechat.color.nicklist_away" : "bar_fg", - '@', "lightgreen", + "@", "lightgreen", 1); -- cgit v1.2.3