On 18 September 18:49 2009 Gustavo Sverzut Barbieri spoke:
 | well, idea was to show an UI inwin with the last message and an option
 | to show the full log.
 | 
 | On Fri, Sep 18, 2009 at 6:42 PM, Enlightenment SVN
 | <no-re...@enlightenment.org> wrote:
 | > Log:
 | >  elm generator : print the generation errors with eina_log
 | >
 | >
 | > Author:       watchwolf
 | > Date:         2009-09-18 14:42:06 -0700 (Fri, 18 Sep 2009)
 | > New Revision: 42561
 | >
 | > Modified:
 | >  trunk/TMP/st/elementary-generator/ui.c
 | >
 | > Modified: trunk/TMP/st/elementary-generator/ui.c
 | > ===================================================================
 | > --- trunk/TMP/st/elementary-generator/ui.c      2009-09-18 20:38:46 UTC 
(rev 42560)
 | > +++ trunk/TMP/st/elementary-generator/ui.c      2009-09-18 21:42:06 UTC 
(rev 42561)
 | > @@ -115,12 +115,15 @@
 | >  {
 | >    App *app = data;
 | >    Ecore_Exe_Event_Data *e = event;
 | > -
 | > +   int i;
 | >    if (app->exe != e->exe)
 | >      return 1;
 | >
 | >    printf("XXXX TODO: show inwin with error message: [close] [try 
again]\n");
 | >
 | > +   for (i = 0; e->lines[i].line != NULL; i++)
 | > +       ERR(e->lines[i].line);
 | > +
 | >    return 1;
 | >  }
 | >
 | >
 | >
 | > 
------------------------------------------------------------------------------
 | > Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
 | > is the only developer event you need to attend this year. Jumpstart your
 | > developing skills, take BlackBerry mobile applications to market and stay
 | > ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
 | > http://p.sf.net/sfu/devconf
 | > _______________________________________________
 | > enlightenment-svn mailing list
 | > enlightenment-...@lists.sourceforge.net
 | > https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
 | >
 | 
 | 
 | 
 | -- 
 | Gustavo Sverzut Barbieri
 | http://profusion.mobi embedded systems
 | --------------------------------------
 | MSN: barbi...@gmail.com
 | Skype: gsbarbieri
 | Mobile: +55 (19) 9225-2202
 | 
 | 
------------------------------------------------------------------------------
 | Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
 | is the only developer event you need to attend this year. Jumpstart your
 | developing skills, take BlackBerry mobile applications to market and stay 
 | ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
 | http://p.sf.net/sfu/devconf
 | _______________________________________________
 | enlightenment-devel mailing list
 | enlightenment-devel@lists.sourceforge.net
 | https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-- 
Rocco Carbone mail-to: <rocco /at/ tecsiel /dot/ it>
Pisa Italy

Life is in the details

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to