[gnome-settings-daemon] power: Remove some unused schema for enabling the sleep-inactive actions



commit b667ef06b1950b088ffee6f7f7722e2e05eb5a22
Author: Richard Hughes <richard hughsie com>
Date:   Thu Sep 29 14:42:35 2011 +0100

    power: Remove some unused schema for enabling the sleep-inactive actions
    
    This was originally added in gnome-3-2 as the designers specified having a
    checkbox next to the sleep timeout to control whether the action was enabled or
    disabled, and we didn't want to reset the action to the default every time the
    user clicked and unclicked the enable button.
    
    It turns out the designers changed thier mind on the design, and so it was
    changed late in the GNOME 3.2 cycle. These obsolete config options remained.
    
    Resolves half of https://bugzilla.gnome.org/show_bug.cgi?id=660395

 ...settings-daemon.plugins.power.gschema.xml.in.in |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)
---
diff --git a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
index 665192f..dd4a365 100644
--- a/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
+++ b/data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in
@@ -40,11 +40,6 @@
       <summary>Sleep timeout display when on battery</summary>
       <description>The amount of time in seconds before the display turns off when the computer is on battery power.</description>
     </key>
-    <key name="sleep-inactive-ac" type="b">
-      <default>false</default>
-      <summary>Enable the inactive computer sleep when on AC power</summary>
-      <description>Whether to put the computer to sleep when inactive on AC power.</description>
-    </key>
     <key name="sleep-inactive-ac-timeout" type="i">
       <default>1800</default>
       <summary>Sleep timeout computer when on AC</summary>
@@ -55,11 +50,6 @@
       <summary>Whether to hibernate, suspend or do nothing when inactive</summary>
       <description>The type of sleeping that should be performed when the computer is inactive.</description>
     </key>
-    <key name="sleep-inactive-battery" type="b">
-      <default>false</default>
-      <summary>Enable the inactive computer sleep when on battery power</summary>
-      <description>Whether to put the computer to sleep when inactive on battery power.</description>
-    </key>
     <key name="sleep-inactive-battery-timeout" type="i">
       <default>1800</default>
       <summary>Sleep timeout computer when on battery</summary>



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