[gnome-control-center] power: Add 20 and 25 minutes suspend timeouts



commit eb88ce56a87937bb94f2c5d4843ca662b2d8666e
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 25 10:34:06 2018 +0100

    power: Add 20 and 25 minutes suspend timeouts
    
    Pad out the 15-30 minutes mark with 5 minute increments. This also means
    that the new 20-minute default for suspending is now in the list, and
    will be selected when the panel is opened, rather than the 30 minutes
    option.
    
    See https://bugzilla.gnome.org/show_bug.cgi?id=681869
    
    https://bugzilla.gnome.org/show_bug.cgi?id=792890

 panels/power/power.ui |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/panels/power/power.ui b/panels/power/power.ui
index 09e4076..2c113b2 100644
--- a/panels/power/power.ui
+++ b/panels/power/power.ui
@@ -14,6 +14,14 @@
         <col id="1">900</col>
       </row>
       <row>
+        <col id="0" translatable="yes">20 minutes</col>
+        <col id="1">1200</col>
+      </row>
+      <row>
+        <col id="0" translatable="yes">25 minutes</col>
+        <col id="1">1500</col>
+      </row>
+      <row>
         <col id="0" translatable="yes">30 minutes</col>
         <col id="1">1800</col>
       </row>


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