1
0
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:
Sebastien Helleu
2011-08-05 23:15:23 +02:00
parent 4919a943fd
commit 8d2c23209f
19 changed files with 304 additions and 134 deletions
+1 -1
View File
@@ -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))