mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
Added "toggle" value for /set on boolean options, fixed refresh bugs, added option type for infolist "options"
This commit is contained in:
@@ -207,7 +207,7 @@ logger_get_filename (struct t_gui_buffer *buffer)
|
||||
|
||||
if (dir_separator && weechat_dir && log_path && log_path2)
|
||||
{
|
||||
ptr_infolist = weechat_infolist_get ("buffer", buffer);
|
||||
ptr_infolist = weechat_infolist_get ("buffer", buffer, NULL);
|
||||
if (ptr_infolist)
|
||||
{
|
||||
category2 = NULL;
|
||||
@@ -386,7 +386,7 @@ logger_start_buffer_all ()
|
||||
{
|
||||
struct t_plugin_infolist *ptr_infolist;
|
||||
|
||||
ptr_infolist = weechat_infolist_get ("buffer", NULL);
|
||||
ptr_infolist = weechat_infolist_get ("buffer", NULL, NULL);
|
||||
if (ptr_infolist)
|
||||
{
|
||||
while (weechat_infolist_next (ptr_infolist))
|
||||
|
||||
Reference in New Issue
Block a user