On 07 Aug 2005 14:13:29 +0200 Holger Hanrath <[EMAIL PROTECTED]> babbled:

> 
> if once a program ocurs without a name and then a program with a name
> edje_cc segfaults.

programs without names are invalid as such in edje so i should trap it and error
out i guess. :)

> like the following
> 
> programs{
>   program{
>      //name, "start";
>      signal, "load";
>       action, STATE_SET "red" 0.0;
>       target, "bg";
>     }
>     program{
>       name, "in";
>       signal, "mouse,in";
>       source, "bg";
>       action, STATE_SET "default" 0.0;
>       target, "bg";
>     }
>  }
> 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> enlightenment-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多                              [EMAIL PROTECTED]
Tokyo, Japan (東京 日本)


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to