e: revert my dumb idea

SVN revision: 62358
This commit is contained in:
Michael BOUCHAUD 2011-08-11 20:28:56 +00:00
parent cc3c3bf07c
commit 4a1637776e
3 changed files with 3 additions and 3 deletions

View File

@ -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;
}

View File

@ -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;
}

View File

@ -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;
}