belated.. but thanks for the fix raster.

Daniel Juyung Seo (SeoZ)

On Sun, Sep 4, 2011 at 12:46 PM, Enlightenment SVN
<[email protected]> wrote:
> Log:
> it might be good to test changes to eina_prefix (that didnt require an
>  eina_init before).
>
>
>
> Author:       raster
> Date:         2011-09-03 20:46:58 -0700 (Sat, 03 Sep 2011)
> New Revision: 63146
> Trac:         http://trac.enlightenment.org/e/changeset/63146
>
> Modified:
>  trunk/embryo/src/bin/embryo_cc_prefix.c
>
> Modified: trunk/embryo/src/bin/embryo_cc_prefix.c
> ===================================================================
> --- trunk/embryo/src/bin/embryo_cc_prefix.c     2011-09-04 03:40:14 UTC (rev 
> 63145)
> +++ trunk/embryo/src/bin/embryo_cc_prefix.c     2011-09-04 03:46:58 UTC (rev 
> 63146)
> @@ -17,6 +17,7 @@
>  e_prefix_determine(char *argv0)
>  {
>    if (pfx) return 1;
> +   eina_init();
>    pfx = eina_prefix_new(argv0, e_prefix_determine,
>                          "EMBRYO", "embryo", "include/default.inc",
>                          PACKAGE_BIN_DIR,
> @@ -32,6 +33,7 @@
>  {
>    eina_prefix_free(pfx);
>    pfx = NULL;
> +   eina_shutdown();
>  }
>
>  const char *
>
>
> ------------------------------------------------------------------------------
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> enlightenment-svn mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>

------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to