can you also look at that ticket, please ?

http://trac.enlightenment.org/e/ticket/944

Vincent

On Thu, Jul 19, 2012 at 1:05 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> enki edc: Fixed following edc build error. clipper needs to be a RECT.
>
>   "clip_to point to a non RECT part"
>
> Author:       seoz
> Date:         2012-07-19 04:05:02 -0700 (Thu, 19 Jul 2012)
> New Revision: 74179
> Trac:         http://trac.enlightenment.org/e/changeset/74179
>
> Modified:
>   trunk/enki/data/themes/default/photo_import.edc 
> trunk/enki/data/themes/default_elementary/main.edc
>
> Modified: trunk/enki/data/themes/default/photo_import.edc
> ===================================================================
> --- trunk/enki/data/themes/default/photo_import.edc     2012-07-19 10:31:34 
> UTC (rev 74178)
> +++ trunk/enki/data/themes/default/photo_import.edc     2012-07-19 11:05:02 
> UTC (rev 74179)
> @@ -140,6 +140,7 @@
>             }
>             part {
>                 name: "text_clip";
> +            type: RECT;
>                 description {
>                     state: "default" 0.0;
>                     rel1.to_x: "camera";
> @@ -356,4 +357,4 @@
>             }
>             /**** END TEXT ANIMATION ***/
>         }
> -}
> \ No newline at end of file
> +}
>
> Modified: trunk/enki/data/themes/default_elementary/main.edc
> ===================================================================
> --- trunk/enki/data/themes/default_elementary/main.edc  2012-07-19 10:31:34 
> UTC (rev 74178)
> +++ trunk/enki/data/themes/default_elementary/main.edc  2012-07-19 11:05:02 
> UTC (rev 74179)
> @@ -6905,6 +6905,7 @@
>          }
>          parts {
>              part { name: "whole";
> +                type: RECT;
>                  description { state: "default" 0.0;
>                  }
>              }
> @@ -6967,6 +6968,7 @@
>          }
>          parts {
>              part { name: "whole";
> +                type: RECT;
>                  description { state: "default" 0.0;
>                  }
>              }
> @@ -7028,6 +7030,7 @@
>          }
>          parts {
>              part { name: "whole";
> +                type: RECT;
>                  description { state: "default" 0.0;
>                  }
>              }
> @@ -7083,6 +7086,7 @@
>          }
>      parts {
>      part { name: "clipper";
> +        type: RECT;
>          mouse_events:  1;
>          description { state: "default" 0.0;
>            color: 255 255 255 0;
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> enlightenment-svn mailing list
> enlightenment-...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to