From ddb16b7c0e7f922d6cc0c3e67ff66381cd445899 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Mon, 4 May 2009 17:45:55 +0200 Subject: Fix bug with arguments of function "bar_new" in python plugin --- src/plugins/scripts/python/weechat-python-api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/scripts/python/weechat-python-api.c b/src/plugins/scripts/python/weechat-python-api.c index de6e44742..45282370f 100644 --- a/src/plugins/scripts/python/weechat-python-api.c +++ b/src/plugins/scripts/python/weechat-python-api.c @@ -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)) { -- cgit v1.2.3