[gnome-builder/wip/gtk4-port: 1181/1774] plugins/create-project: fix menu items
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1181/1774] plugins/create-project: fix menu items
- Date: Mon, 11 Jul 2022 22:31:37 +0000 (UTC)
commit cd45f5eeecf2567e747ceedafa71637b7a889d14
Author: Christian Hergert <chergert redhat com>
Date: Thu May 26 15:27:28 2022 -0700
plugins/create-project: fix menu items
src/plugins/create-project/gtk/menus.ui | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/create-project/gtk/menus.ui b/src/plugins/create-project/gtk/menus.ui
index b63f5159b..9e32308e9 100644
--- a/src/plugins/create-project/gtk/menus.ui
+++ b/src/plugins/create-project/gtk/menus.ui
@@ -5,7 +5,7 @@
<item>
<attribute name="id">ide-greeter-workspace-menu-new</attribute>
<attribute name="label" translatable="yes">_Start New Project…</attribute>
- <attribute name="action">win.surface</attribute>
+ <attribute name="action">greeter.page</attribute>
<attribute name="target" type="s">'create-project'</attribute>
<attribute name="before">ide-greeter-workspace-menu-clone</attribute>
</item>
@@ -16,7 +16,7 @@
<item>
<attribute name="id">ide-primary-workspace-menu-new</attribute>
<attribute name="label" translatable="yes">_Start New Project…</attribute>
- <attribute name="action">app.present-greeter-with-surface</attribute>
+ <attribute name="action">app.present-greeter-with-page</attribute>
<attribute name="target" type="s">'create-project'</attribute>
<attribute name="after">ide-primary-workspace-menu-open</attribute>
</item>
@@ -27,7 +27,7 @@
<item>
<attribute name="id">ide-editor-workspace-menu-new</attribute>
<attribute name="label" translatable="yes">_Start New Project…</attribute>
- <attribute name="action">app.present-greeter-with-surface</attribute>
+ <attribute name="action">app.present-greeter-with-page</attribute>
<attribute name="target" type="s">'create-project'</attribute>
<attribute name="after">ide-editor-workspace-menu-open</attribute>
</item>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]