[gnome-builder] plugins/valgrind: fix menu item action names
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] plugins/valgrind: fix menu item action names
- Date: Wed, 27 Jul 2022 06:19:41 +0000 (UTC)
commit 3d0235e3fa18cf315852bb50a67fcf3750e82f5c
Author: Christian Hergert <chergert redhat com>
Date: Tue Jul 26 23:19:36 2022 -0700
plugins/valgrind: fix menu item action names
src/plugins/valgrind/gtk/menus.ui | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/src/plugins/valgrind/gtk/menus.ui b/src/plugins/valgrind/gtk/menus.ui
index b14a93c61..ea384bd56 100644
--- a/src/plugins/valgrind/gtk/menus.ui
+++ b/src/plugins/valgrind/gtk/menus.ui
@@ -22,7 +22,7 @@
<section id="run-menu-valgrind-origins-section">
<item>
<attribute name="label" translatable="yes">Track Origin of Leaks</attribute>
- <attribute name="action">valgrind.track-origins</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.track-origins</attribute>
<attribute name="role">check</attribute>
</item>
</section>
@@ -30,19 +30,19 @@
<attribute name="label" translatable="yes">Report Leaks</attribute>
<item>
<attribute name="label" translatable="yes">Summary</attribute>
- <attribute name="action">valgrind.leak-check</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.leak-check</attribute>
<attribute name="target" type="s">'summary'</attribute>
<attribute name="role">radio</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Full</attribute>
- <attribute name="action">valgrind.leak-check</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.leak-check</attribute>
<attribute name="target" type="s">'full'</attribute>
<attribute name="role">radio</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Disabled</attribute>
- <attribute name="action">valgrind.leak-check</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.leak-check</attribute>
<attribute name="target" type="s">'no'</attribute>
<attribute name="role">radio</attribute>
</item>
@@ -51,22 +51,22 @@
<attribute name="label" translatable="yes">Leak Kinds</attribute>
<item>
<attribute name="label" translatable="yes">Definite</attribute>
- <attribute name="action">valgrind.leak-kind-definite</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.leak-kind-definite</attribute>
<attribute name="role">check</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Indirect</attribute>
- <attribute name="action">valgrind.leak-kind-indirect</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.leak-kind-indirect</attribute>
<attribute name="role">check</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Possible</attribute>
- <attribute name="action">valgrind.leak-kind-possible</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.leak-kind-possible</attribute>
<attribute name="role">check</attribute>
</item>
<item>
<attribute name="label" translatable="yes">Reachable</attribute>
- <attribute name="action">valgrind.leak-kind-reachable</attribute>
+ <attribute
name="action">context.settings.project:org.gnome.builder.valgrind.leak-kind-reachable</attribute>
<attribute name="role">check</attribute>
</item>
</section>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]