1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: fix refresh of bar item "input_search" after buffer switch in root bars (closes #1939)

This commit is contained in:
Sébastien Helleu
2023-05-18 09:21:16 +02:00
parent 1360489a05
commit 9a0eda2433
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -55,6 +55,7 @@ New features::
Bug fixes::
* core: fix refresh of bar item "input_search" after buffer switch in root bars (issue #1939)
* core: fix completion after newline in input (issue #1925)
* core: fix partial completion when the common prefix found is empty (issue #340)
* core: display a specific error when trying to bind a key without area in mouse context
+2 -1
View File
@@ -2212,7 +2212,8 @@ gui_bar_item_init ()
gui_bar_item_new (NULL,
gui_bar_item_names[GUI_BAR_ITEM_INPUT_SEARCH],
&gui_bar_item_input_search_cb, NULL, NULL);
gui_bar_item_hook_signal ("window_switch;input_search;input_text_changed",
gui_bar_item_hook_signal ("window_switch;buffer_switch;input_search;"
"input_text_changed",
gui_bar_item_names[GUI_BAR_ITEM_INPUT_SEARCH]);
/* input text */