[gnome-builder] plugins/debuggerui: use settings actions for menus
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] plugins/debuggerui: use settings actions for menus
- Date: Wed, 27 Jul 2022 03:50:38 +0000 (UTC)
commit 3346487f4a7bf430698c4ef32a22e394c939b985
Author: Christian Hergert <chergert redhat com>
Date: Tue Jul 26 20:49:14 2022 -0700
plugins/debuggerui: use settings actions for menus
src/plugins/debuggerui/gtk/menus.ui | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/debuggerui/gtk/menus.ui b/src/plugins/debuggerui/gtk/menus.ui
index c2ea11e4e..6d64c103d 100644
--- a/src/plugins/debuggerui/gtk/menus.ui
+++ b/src/plugins/debuggerui/gtk/menus.ui
@@ -5,7 +5,7 @@
<item>
<attribute name="id">debugger-run-handler</attribute>
<attribute name="after">default-run-handler</attribute>
- <attribute name="action">run-manager.run-with-handler</attribute>
+ <attribute name="action">context.run-manager.run-with-handler</attribute>
<attribute name="target" type="s">'debuggerui'</attribute>
<attribute name="label" translatable="yes">Run with Debugger</attribute>
<attribute name="verb-icon">builder-debugger-symbolic</attribute>
@@ -23,17 +23,17 @@
<attribute name="label" translatable="yes">Breakpoints</attribute>
<item>
<attribute name="label" translatable="yes">Automatically Break at Program Start</attribute>
- <attribute name="action">build-settings.debugger-breakpoint-on-main</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.debug.insert-breakpoint-at-main</attribute>
<attribute name="role">check</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Automatically Break at Warnings</attribute>
- <attribute name="action">debug-manager.stop-at-warnings</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.debug.insert-breakpoint-at-warnings</attribute>
<attribute name="role">check</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Automatically Break at Criticals</attribute>
- <attribute name="action">debug-manager.stop-at-criticals</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.debug.insert-breakpoint-at-criticals</attribute>
<attribute name="role">check</attribute>
</item>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]