[gnome-builder] comment-code: fix action activation for comment-code
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] comment-code: fix action activation for comment-code
- Date: Wed, 6 Feb 2019 21:33:20 +0000 (UTC)
commit 53dc67e545e952e3e97018372dcd62d4fb7c924a
Author: Christian Hergert <chergert redhat com>
Date: Wed Feb 6 13:32:58 2019 -0800
comment-code: fix action activation for comment-code
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 b27a267f7..7f8b6ca04 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
@@ -408,13 +408,13 @@ gbp_comment_code_editor_page_addin_load (IdeEditorPageAddin *addin,
"org.gnome.builder.editor-page.comment-code",
I_("<primary>m"),
DZL_SHORTCUT_PHASE_BUBBLE,
- "view.comment-code::0");
+ "comment-code.comment-code::0");
dzl_shortcut_controller_add_command_action (controller,
"org.gnome.builder.editor-page.uncomment-code",
I_("<primary><shift>m"),
DZL_SHORTCUT_PHASE_BUBBLE,
- "view.comment-code::1");
+ "comment-code.comment-code::1");
dzl_shortcut_manager_add_shortcut_entries (NULL,
comment_code_shortcut_entries,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]