mirror of
https://github.com/weechat/weechat.git
synced 2026-06-23 11:26:38 +02:00
Fix API function weechat_bar_set for python/lua/ruby (patch #6912)
This commit is contained in:
@@ -5186,9 +5186,9 @@ weechat_python_api_bar_set (PyObject *self, PyObject *args)
|
||||
PYTHON_RETURN_ERROR;
|
||||
}
|
||||
|
||||
weechat_buffer_set (script_str2ptr (bar),
|
||||
property,
|
||||
value);
|
||||
weechat_bar_set (script_str2ptr (bar),
|
||||
property,
|
||||
value);
|
||||
|
||||
PYTHON_RETURN_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user