From df67f7a0eaa57491c356c3cf318b8e0ea57ecbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 9 Jun 2024 09:11:03 +0200 Subject: [PATCH] core: fix completion of command `/item refresh` --- CHANGELOG.md | 1 + src/core/core-command.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cae195274..4b4c1b298 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ - tcl: fix return value of function hdata_longlong ([#2119](https://github.com/weechat/weechat/issues/2119)) - relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters ([#1549](https://github.com/weechat/weechat/issues/1549)) - relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure ([#1549](https://github.com/weechat/weechat/issues/1549)) +- core: fix completion of command `/item refresh` - core: fix detection of libgcrypt ≥ 1.11 ([debian #1071960](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1071960)) - core, relay: fix include directory of libcjson and libzstd - tests: fix relay tests on s390x ([#2118](https://github.com/weechat/weechat/issues/2118)) diff --git a/src/core/core-command.c b/src/core/core-command.c index a4c1b1525..ffceb7a33 100644 --- a/src/core/core-command.c +++ b/src/core/core-command.c @@ -8799,7 +8799,7 @@ command_init () "list" " || add|addreplace %(custom_bar_item_add_arguments)|%*" " || rename %(custom_bar_items_names) %(custom_bar_items_names)" - " || refresh %(custom_bar_items_names)|%*" + " || refresh %(bars_items)|%*" " || recreate %(custom_bar_items_names)" " || del %(custom_bar_items_names)|%*", &command_item, NULL, NULL);