On Mon, 4 Oct 2010, Enlightenment SVN wrote:

> Log:
>  reorder inits
> Author:       discomfitor
> Date:         2010-10-04 23:33:12 -0700 (Mon, 04 Oct 2010)
> New Revision: 53048
>
> Modified:
>  trunk/e/src/bin/e_fm_main.c
>
> Modified: trunk/e/src/bin/e_fm_main.c
> ===================================================================
> --- trunk/e/src/bin/e_fm_main.c       2010-10-05 06:33:09 UTC (rev 53047)
> +++ trunk/e/src/bin/e_fm_main.c       2010-10-05 06:33:12 UTC (rev 53048)
> @@ -143,8 +143,8 @@
>         }
>      }
>
> +   eina_init();
>    ecore_init();

ecore_init calls eina_init, so it's useless

Vincent

> -   eina_init();
>    ecore_app_args_set(argc, (const char **)argv);
>
>    e_dbus_init();
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>
>

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to