[gnome-builder] comment-code: fix action name for shortcut activation
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] comment-code: fix action name for shortcut activation
- Date: Thu, 24 Jan 2019 17:20:19 +0000 (UTC)
commit 09f1984d2b260ec863c5dbaa7e6ecec9d033f507
Author: Christian Hergert <chergert redhat com>
Date: Thu Jan 24 09:19:54 2019 -0800
comment-code: fix action name for shortcut activation
Fixes #784
src/plugins/comment-code/gbp-comment-code-editor-page-addin.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/comment-code/gbp-comment-code-editor-page-addin.c
b/src/plugins/comment-code/gbp-comment-code-editor-page-addin.c
index 3b611861f..fc672bfc9 100644
--- a/src/plugins/comment-code/gbp-comment-code-editor-page-addin.c
+++ b/src/plugins/comment-code/gbp-comment-code-editor-page-addin.c
@@ -365,13 +365,13 @@ gbp_comment_code_editor_page_addin_comment_action (GSimpleAction *action,
}
static const DzlShortcutEntry comment_code_shortcut_entries[] = {
- { "org.gnome.builder.editor-view.comment-code",
+ { "org.gnome.builder.editor-page.comment-code",
0, NULL,
NC_("shortcut window", "Editor shortcuts"),
NC_("shortcut window", "Editing"),
NC_("shortcut window", "Comment the code") },
- { "org.gnome.builder.editor-view.uncomment-code",
+ { "org.gnome.builder.editor-page.uncomment-code",
0, NULL,
NC_("shortcut window", "Editor shortcuts"),
NC_("shortcut window", "Editing"),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]