mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
core: apply buffer properties (options weechat.buffer.*) when a buffer name is changed
This commit is contained in:
@@ -1680,6 +1680,9 @@ gui_buffer_set_name (struct t_gui_buffer *buffer, const char *name)
|
||||
free (buffer->old_full_name);
|
||||
buffer->old_full_name = NULL;
|
||||
}
|
||||
|
||||
/* apply properties (from options weechat.buffer.*) */
|
||||
gui_buffer_apply_config_properties (buffer);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user