mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 06:46:38 +02:00
core: save and restore layout for buffers and windows on /upgrade
This commit is contained in:
@@ -563,7 +563,7 @@ plugin_api_infolist_get_internal (void *data, const char *infolist_name,
|
||||
{
|
||||
snprintf (buffer_full_name, sizeof (buffer_full_name),
|
||||
"%s.%s",
|
||||
plugin_get_name (ptr_buffer->plugin),
|
||||
gui_buffer_get_plugin_name (ptr_buffer),
|
||||
ptr_buffer->name);
|
||||
if (!arguments || !arguments[0]
|
||||
|| string_match (buffer_full_name, arguments, 0))
|
||||
|
||||
Reference in New Issue
Block a user