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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user