On Thu, 21 Oct 2010 00:25:29 -0200 Iván Briano (Sachiel) <sachi...@gmail.com>
said:

true - the non quicklaunch path broke in fixing the quicklaunch path - fixed
now.

> On Wed, Oct 20, 2010 at 10:30 PM, Carsten Haitzler <ras...@rasterman.com>
> wrote:
> > On Wed, 20 Oct 2010 09:51:20 -0700 "Enlightenment SVN"
> > <no-re...@enlightenment.org> said:
> >
> >> Log:
> >>   Raster?
> >
> > NOOOOOOOOO! revert pls.! it really is a #ifndef.. notice that there is a 3rd
> > ifdef moving the code around.
> >
> 
> I'm not up to date so I can test it, but apparently there was a segfault
> when running elementary_test, caused by a missing evas_init().
> 
> >> Author:       glima
> >> Date:         2010-10-20 09:51:20 -0700 (Wed, 20 Oct 2010)
> >> New Revision: 53680
> >>
> >> Modified:
> >>   trunk/TMP/st/elementary/src/lib/elm_main.c
> >>
> >> Modified: trunk/TMP/st/elementary/src/lib/elm_main.c
> >> ===================================================================
> >> --- trunk/TMP/st/elementary/src/lib/elm_main.c        2010-10-20 16:51:13
> >> UTC (rev 53679) +++ trunk/TMP/st/elementary/src/lib/elm_main.c
> >>  2010-10-20 16:51:20 UTC (rev 53680) @@ -533,7 +533,7 @@
> >>  {
> >>     _elm_sub_init_count++;
> >>     if (_elm_sub_init_count > 1) return _elm_sub_init_count;
> >> -#ifndef SEMI_BROKEN_QUICKLANCH
> >> +#ifdef SEMI_BROKEN_QUICKLANCH
> >>     ecore_app_args_set(argc, (const char **)argv);
> >>     evas_init();
> >>     edje_init();
> >> @@ -559,7 +559,7 @@
> >>  {
> >>     _elm_sub_init_count--;
> >>     if (_elm_sub_init_count > 0) return _elm_sub_init_count;
> >> -#ifndef SEMI_BROKEN_QUICKLANCH
> >> +#ifdef SEMI_BROKEN_QUICKLANCH
> >>     _elm_win_shutdown();
> >>     _elm_module_shutdown();
> >>     ecore_imf_shutdown();
> >> @@ -630,7 +630,7 @@
> >>  EAPI void
> >>  elm_quicklaunch_seed(void)
> >>  {
> >> -#ifndef SEMI_BROKEN_QUICKLANCH
> >> +#ifdef SEMI_BROKEN_QUICKLANCH
> >>     Evas_Object *win, *bg, *bt;
> >>
> >>     win = elm_win_add(NULL, "seed", ELM_WIN_BASIC);
> >>
> >>
> >> ------------------------------------------------------------------------------
> >> Nokia and AT&T present the 2010 Calling All Innovators-North America
> >> contest Create new apps & games for the Nokia N8 for consumers in  U.S.
> >> and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M
> >> in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish
> >> to Ovi Store http://p.sf.net/sfu/nokia-dev2dev
> >> _______________________________________________
> >> enlightenment-svn mailing list
> >> enlightenment-...@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
> >>
> >
> >
> > --
> > ------------- Codito, ergo sum - "I code, therefore I am" --------------
> > The Rasterman (Carsten Haitzler)    ras...@rasterman.com
> >
> >
> > ------------------------------------------------------------------------------
> > Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> > Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store
> > http://p.sf.net/sfu/nokia-dev2dev
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> 
> ------------------------------------------------------------------------------
> Nokia and AT&T present the 2010 Calling All Innovators-North America contest
> Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
> $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
> Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
> http://p.sf.net/sfu/nokia-dev2dev
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to