e: some people have been hurt by this default value.

SVN revision: 62294
This commit is contained in:
Cedric BAIL 2011-08-10 13:02:09 +00:00
parent a43125fb54
commit 7db542166e
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ EINTERN int
e_backlight_init(void)
{
e_backlight_update();
e_backlight_level_set(NULL, 0.0, 0.0);
e_backlight_level_set(NULL, 1.0, 0.0);
e_backlight_level_set(NULL, e_config->backlight.normal, 1.0);
return 1;
}