[gnome-system-monitor] Reordered the schema a bit



commit 7cd3b1f7279db9138f7db4015717e3cc565a40f0
Author: Robert Roth <robert roth off gmail com>
Date:   Mon Jul 30 23:00:21 2018 +0300

    Reordered the schema a bit

 src/org.gnome.gnome-system-monitor.gschema.xml.in | 35 ++++++++++++-----------
 1 file changed, 19 insertions(+), 16 deletions(-)
---
diff --git a/src/org.gnome.gnome-system-monitor.gschema.xml.in 
b/src/org.gnome.gnome-system-monitor.gschema.xml.in
index 8a799ecd..ffea3936 100644
--- a/src/org.gnome.gnome-system-monitor.gschema.xml.in
+++ b/src/org.gnome.gnome-system-monitor.gschema.xml.in
@@ -28,22 +28,6 @@
       </description>
     </key>
 
-    <key type="b" name="cpu-stacked-area-chart">
-      <default>false
-      </default>
-      <summary>Show CPU chart as stacked area chart</summary>
-      <description>If TRUE, system-monitor shows the CPU chart as a stacked area chart instead of a line 
chart.
-      </description>
-    </key>
-
-    <key type="b" name="cpu-smooth-graph">
-      <default>true
-      </default>
-      <summary>Show CPU chart as smooth graph using Bezier curves</summary>
-      <description>If TRUE, system-monitor shows the CPU chart as a smoothed graph, otherwise as a line 
chart.
-      </description>
-    </key>
-
     <key name="smooth-refresh" type="b">
       <default>true
       </default>
@@ -150,6 +134,25 @@
       </summary>
     </key>
 
+    <key name="cpu-stacked-area-chart" type="b">
+      <default>false
+      </default>
+      <summary>Show CPU chart as stacked area chart
+      </summary>
+      <description>If TRUE, system-monitor shows the CPU chart as a stacked area chart instead of a line 
chart.
+      </description>
+    </key>
+
+    <key name="cpu-smooth-graph" type="b">
+      <default>true
+      </default>
+      <summary>Show CPU chart as smooth graph using Bezier curves
+      </summary>
+      <description>If TRUE, system-monitor shows the CPU chart as a smoothed graph, otherwise as a line 
chart.
+      </description>
+    </key>
+
+
     <child name="proctree" schema="org.gnome.gnome-system-monitor.proctree" />
     <child name="disktreenew" schema="org.gnome.gnome-system-monitor.disktreenew" />
     <child name="memmapstree" schema="org.gnome.gnome-system-monitor.memmapstree" />


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