mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Add update of item "buffer_title" when switching to other buffer (fix problem when item is used in a root bar)
This commit is contained in:
@@ -1477,6 +1477,8 @@ gui_bar_item_init ()
|
||||
&gui_bar_item_default_buffer_title, NULL);
|
||||
gui_bar_item_hook_signal ("buffer_title_changed",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_TITLE]);
|
||||
gui_bar_item_hook_signal ("buffer_switch",
|
||||
gui_bar_item_names[GUI_BAR_ITEM_BUFFER_TITLE]);
|
||||
|
||||
/* buffer nicklist */
|
||||
gui_bar_item_new (NULL,
|
||||
|
||||
Reference in New Issue
Block a user