diff options
author | Stefan Seyfried <[email protected]> | 2014-04-09 14:58:29 +0200 |
---|---|---|
committer | Stefan Seyfried <[email protected]> | 2014-04-09 14:58:29 +0200 |
commit | 220a4e0a64aca0579f50e6e57d4eca848b3ac57f (patch) | |
tree | 4458a9bcc42d1d38c82f10f364a39bf754322256 /data | |
parent | 2b3cf01f84204dd5d8204d519e2167b41cda6bc0 (diff) | |
download | mate-power-manager-220a4e0a64aca0579f50e6e57d4eca848b3ac57f.tar.bz2 mate-power-manager-220a4e0a64aca0579f50e6e57d4eca848b3ac57f.tar.xz |
remove "battery recall" logic
the database is outdated several years now and the whole interface is
removed from current UPower release anyway, so let's get rid of it in
m-p-m, too
Diffstat (limited to 'data')
-rw-r--r-- | data/org.mate.power-manager.gschema.xml.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/data/org.mate.power-manager.gschema.xml.in b/data/org.mate.power-manager.gschema.xml.in index adecce0..ca009b5 100644 --- a/data/org.mate.power-manager.gschema.xml.in +++ b/data/org.mate.power-manager.gschema.xml.in @@ -211,11 +211,6 @@ <_summary>Seconds of inactivity to spin down when on battery</_summary> <_description>The number of seconds of inactivity to spin down the disks when on battery power.</_description> </key> - <key name="notify-perhaps-recall" type="b"> - <default>true</default> - <_summary>If we should show the recalled battery warning for a broken battery</_summary> - <_description>If we should show the recalled battery warning for a broken battery. Set this to false only if you know your battery is okay.</_description> - </key> <key name="notify-low-capacity" type="b"> <default>true</default> <_summary>If we should show the low capacity warning for a broken battery</_summary> |