[gnome-control-center] power: Make 15 mins < suspend idle time < 2h
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] power: Make 15 mins < suspend idle time < 2h
- Date: Tue, 12 Feb 2013 13:58:06 +0000 (UTC)
commit 89c3863a7cac71835b86a49e733206656540ad43
Author: Bastien Nocera <hadess hadess net>
Date: Tue Feb 12 14:38:08 2013 +0100
power: Make 15 mins < suspend idle time < 2h
So that the suspend idle time is always higher than the blank
idle time, from a minimum of 15 minutes up to 2 hours.
panels/power/power.ui | 28 ++++++++++++++++++++++------
1 files changed, 22 insertions(+), 6 deletions(-)
---
diff --git a/panels/power/power.ui b/panels/power/power.ui
index d93e724..5eaf336 100644
--- a/panels/power/power.ui
+++ b/panels/power/power.ui
@@ -28,21 +28,37 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">5 minutes</col>
- <col id="1">300</col>
- </row>
- <row>
- <col id="0" translatable="yes">10 minutes</col>
- <col id="1">600</col>
+ <col id="0" translatable="yes">15 minutes</col>
+ <col id="1">900</col>
</row>
<row>
<col id="0" translatable="yes">30 minutes</col>
<col id="1">1800</col>
</row>
<row>
+ <col id="0" translatable="yes">45 minutes</col>
+ <col id="1">2700</col>
+ </row>
+ <row>
<col id="0" translatable="yes">1 hour</col>
<col id="1">3600</col>
</row>
+ <row>
+ <col id="0" translatable="yes">80 minutes</col>
+ <col id="1">4800</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">90 minutes</col>
+ <col id="1">4800</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">100 minutes</col>
+ <col id="1">6000</col>
+ </row>
+ <row>
+ <col id="0" translatable="yes">2 hours</col>
+ <col id="1">7200</col>
+ </row>
</data>
</object>
<object class="GtkListStore" id="liststore_idle_time">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]