summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2013-01-16 19:42:08 +0100
committerBastien Nocera <hadess@hadess.net>2013-01-17 07:56:48 +0100
commit0b3a9c96b949d6a17df0b8b2a029afed3a39292f (patch)
tree0471ba4a68544bb17d3c4b90831c27a5985d5ee2 /data
parent3fd78264129f4778352fe8c91d88c783079e7721 (diff)
downloadgnome-settings-daemon-0b3a9c96b949d6a17df0b8b2a029afed3a39292f.tar.gz
power: Merge idle-dim-ac/idle-dim-battery
We have a single setting in the power panel, so it doesn't make sense to have two separate ones here.
Diffstat (limited to 'data')
-rw-r--r--data/org.gnome.settings-daemon.plugins.power.gschema.xml.in.in11
1 files changed, 3 insertions, 8 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 b16194d3..24c97bf2 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
@@ -15,15 +15,10 @@
<summary>The brightness of the screen when idle</summary>
<description>This is the laptop panel screen brightness used when the session is idle.</description>
</key>
- <key name="idle-dim-ac" type="b">
- <default>false</default>
- <summary>Dim the screen after a period of inactivity when on AC power</summary>
- <description>If the screen should be dimmed to save power when the computer is idle when on AC power.</description>
- </key>
- <key name="idle-dim-battery" type="b">
+ <key name="idle-dim" type="b">
<default>true</default>
- <summary>Dim the screen after a period of inactivity when on battery power</summary>
- <description>If the screen should be dimmed to save power when the computer is idle when on battery power.</description>
+ <summary>Dim the screen after a period of inactivity</summary>
+ <description>If the screen should be dimmed to save power when the computer is idle.</description>
</key>
<key name="idle-dim-time" type="i">
<default>90</default>