From 4a1637776eeae40c0cf4ee348a58c6abc6214819 Mon Sep 17 00:00:00 2001 From: Michael BOUCHAUD Date: Thu, 11 Aug 2011 20:28:56 +0000 Subject: [PATCH] e: revert my dumb idea SVN revision: 62358 --- config/default/e.src | 2 +- config/illume/e.src | 2 +- config/standard/e.src | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/default/e.src b/config/default/e.src index 3cf5148c4..151603cf1 100644 --- a/config/default/e.src +++ b/config/default/e.src @@ -528,7 +528,7 @@ group "E_Config" struct { value "exec.expire_timeout" double: 30.0; value "exec.show_run_dialog" uchar: 1; value "exec.show_exit_dialog" uchar: 1; - value "backlight.normal" double: 0.0; + value "backlight.normal" double: 1.0; value "backlight.dim" double: 0.3; value "backlight.transition" double: 0.5; } diff --git a/config/illume/e.src b/config/illume/e.src index 3008f0c1b..247be8dad 100644 --- a/config/illume/e.src +++ b/config/illume/e.src @@ -1765,7 +1765,7 @@ group "E_Config" struct { value "exec.expire_timeout" double: 60.0000000000000000000000000; value "exec.show_run_dialog" uchar: 0; value "exec.show_exit_dialog" uchar: 0; - value "backlight.normal" double: 0.0; + value "backlight.normal" double: 1.0; value "backlight.dim" double: 0.3; value "backlight.transition" double: 0.5; } diff --git a/config/standard/e.src b/config/standard/e.src index 9d7d6cf1e..799ca8987 100644 --- a/config/standard/e.src +++ b/config/standard/e.src @@ -2230,7 +2230,7 @@ group "E_Config" struct { value "exec.expire_timeout" double: 30.0; value "exec.show_run_dialog" uchar: 1; value "exec.show_exit_dialog" uchar: 1; - value "backlight.normal" double: 0.0; + value "backlight.normal" double: 1.0; value "backlight.dim" double: 0.3; value "backlight.transition" double: 0.5; }