mirror of
https://github.com/weechat/weechat.git
synced 2026-07-04 00:33:13 +02:00
Fix API function weechat_bar_set for python/lua/ruby (patch #6912)
This commit is contained in:
@@ -5993,9 +5993,9 @@ weechat_ruby_api_bar_set (VALUE class, VALUE bar, VALUE property, VALUE value)
|
||||
c_property = STR2CSTR (property);
|
||||
c_value = STR2CSTR (value);
|
||||
|
||||
weechat_buffer_set (script_str2ptr (c_bar),
|
||||
c_property,
|
||||
c_value);
|
||||
weechat_bar_set (script_str2ptr (c_bar),
|
||||
c_property,
|
||||
c_value);
|
||||
|
||||
RUBY_RETURN_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user