[gnome-builder] plugins/editorui: change app action name



commit 97c78ffe19258b0a32d435f525293a56e638e388
Author: Christian Hergert <chergert redhat com>
Date:   Fri Jul 29 15:26:23 2022 -0700

    plugins/editorui: change app action name
    
    This is really about creating a new workbench for editing, which also
    implies a new (editor-only) workspace.

 src/plugins/editorui/gbp-editorui-application-addin.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/editorui/gbp-editorui-application-addin.c 
b/src/plugins/editorui/gbp-editorui-application-addin.c
index 310358483..e7d8cbcb3 100644
--- a/src/plugins/editorui/gbp-editorui-application-addin.c
+++ b/src/plugins/editorui/gbp-editorui-application-addin.c
@@ -372,7 +372,7 @@ update_menus (IdeApplication *app)
 }
 
 static GActionEntry actions[] = {
-  { "new-editor-workspace", new_editor_workspace_action },
+  { "workbench.new", new_editor_workspace_action },
 };
 
 static void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]