[gnome-builder] plugins/bash: fix category for hover tooltips
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] plugins/bash: fix category for hover tooltips
- Date: Wed, 5 Oct 2022 21:24:10 +0000 (UTC)
commit 39b76c52c67e04558dfa2c617295f37a07a87285
Author: Christian Hergert <chergert redhat com>
Date: Wed Oct 5 14:12:35 2022 -0700
plugins/bash: fix category for hover tooltips
src/plugins/bash-language-server/gbp-bash-hover-provider.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/bash-language-server/gbp-bash-hover-provider.c
b/src/plugins/bash-language-server/gbp-bash-hover-provider.c
index 9b9ac5da7..f92a34654 100644
--- a/src/plugins/bash-language-server/gbp-bash-hover-provider.c
+++ b/src/plugins/bash-language-server/gbp-bash-hover-provider.c
@@ -40,7 +40,7 @@ gbp_bash_hover_provider_prepare (IdeLspHoverProvider *provider)
g_assert (GBP_IS_BASH_HOVER_PROVIDER (provider));
g_object_set (provider,
- "category", "Python",
+ "category", "Bash",
"priority", 200,
NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]