hum this patch fixes nothing, and I have already fix this issues with the
default value in e.cfg.

2011/8/10 Enlightenment SVN <no-re...@enlightenment.org>

> Log:
> e: some people have been hurt by this default value.
>
>
> Author:       cedric
> Date:         2011-08-10 06:02:09 -0700 (Wed, 10 Aug 2011)
> New Revision: 62294
> Trac:         http://trac.enlightenment.org/e/changeset/62294
>
> Modified:
>  trunk/e/src/bin/e_backlight.c
>
> Modified: trunk/e/src/bin/e_backlight.c
> ===================================================================
> --- trunk/e/src/bin/e_backlight.c       2011-08-10 12:45:10 UTC (rev 62293)
> +++ trunk/e/src/bin/e_backlight.c       2011-08-10 13:02:09 UTC (rev 62294)
> @@ -31,7 +31,7 @@
>  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;
>  }
>
>
>
> ------------------------------------------------------------------------------
> uberSVN's rich system and user administration capabilities and model
> configuration take the hassle out of deploying and managing Subversion and
> the tools developers use with it. Learn more about uberSVN and get a free
> download at:  http://p.sf.net/sfu/wandisco-dev2dev
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>



-- 
Michaƫl Bouchaud
------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to