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

Fix bug with arguments of function "bar_new" in python plugin

This commit is contained in:
Sebastien Helleu
2009-05-04 17:45:55 +02:00
parent 28f3762618
commit ddb16b7c0e
@@ -4974,7 +4974,7 @@ weechat_python_api_bar_new (PyObject *self, PyObject *args)
items = NULL;
if (!PyArg_ParseTuple (args, "sssssssssssssss", &name, &hidden, &priority,
&conditions, &type, &position, &filling_top_bottom,
&type, &conditions, &position, &filling_top_bottom,
&filling_left_right, &size, &size_max, &color_fg,
&color_delim, &color_bg, &separator, &items))
{