[gnome-builder/wip/gtk4-port] plugins/debuggerui: more descriptive section/labels



commit 474f745cef9f0133be05f8e07d059ed15ce2f390
Author: Christian Hergert <chergert redhat com>
Date:   Fri May 27 15:08:44 2022 -0700

    plugins/debuggerui: more descriptive section/labels

 src/plugins/debuggerui/gtk/menus.ui | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/src/plugins/debuggerui/gtk/menus.ui b/src/plugins/debuggerui/gtk/menus.ui
index 03f2023b3..27d3e8b54 100644
--- a/src/plugins/debuggerui/gtk/menus.ui
+++ b/src/plugins/debuggerui/gtk/menus.ui
@@ -18,16 +18,19 @@
       <submenu id="run-menu-debugger-submenu">
         <attribute name="before">run-menu-verbose-logging</attribute>
         <attribute name="label" translatable="yes">Debugger</attribute>
-        <item>
-          <attribute name="label" translatable="yes">Stop at Warnings</attribute>
-          <attribute name="action">debug-manager.stop-at-warnings</attribute>
-          <attribute name="role">check</attribute>
-        </item>
-        <item>
-          <attribute name="label" translatable="yes">Stop at Criticals</attribute>
-          <attribute name="action">debug-manager.stop-at-criticals</attribute>
-          <attribute name="role">check</attribute>
-        </item>
+        <section id="run-menu-debugger-logging-breakpoints">
+          <attribute name="label" translatable="yes">Logging Breakpoints</attribute>
+          <item>
+            <attribute name="label" translatable="yes">Automatically Break at Warnings</attribute>
+            <attribute name="action">debug-manager.stop-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="role">check</attribute>
+          </item>
+        </section>
       </submenu>
     </section>
   </menu>


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