mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
core: fix refresh of item buffer_plugin when short name of buffer changes (for example when irc server is renamed)
This commit is contained in:
@@ -1658,6 +1658,8 @@ gui_bar_item_init ()
|
||||
&gui_bar_item_default_buffer_plugin, NULL);
|
||||
gui_bar_item_hook_signal ("buffer_switch",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_PLUGIN]);
|
||||
gui_bar_item_hook_signal ("buffer_renamed",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_PLUGIN]);
|
||||
|
||||
/* buffer number */
|
||||
gui_bar_item_new (NULL,
|
||||
|
||||
Reference in New Issue
Block a user