Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir     : e17/proto/edje_editor/data


Modified Files:
        edje_editor.edc 


Log Message:
 * Add descriptions name 'default 0.0'. Without the default name segv occour in 
engrave. 

===================================================================
RCS file: /cvs/e/e17/proto/edje_editor/data/edje_editor.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- edje_editor.edc     15 Jan 2007 06:15:23 -0000      1.3
+++ edje_editor.edc     19 Jan 2007 22:19:05 -0000      1.4
@@ -10,6 +10,7 @@
    image, "rect.png" LOSSY 95;
    image, "text.png" LOSSY 95;
    image, "desc.png" LOSSY 95;
+   image, "e17.png" LOSSY 95;
    image, "none.png" LOSSY 95;
    image, "focus.png" LOSSY 95;
    image, "arrow_u.png" LOSSY 95;
@@ -23,7 +24,7 @@
    image, "parent2Y.png" LOSSY 95;
    image, "rel1.png" LOSSY 95;
    image, "rel2.png" LOSSY 95;
-   //image, "e17.png" LOSSY 95;
+   image, "e17.png" LOSSY 95;
    image, "miniarrow.png" LOSSY 95;
 
 }
@@ -38,6 +39,7 @@
             type, IMAGE;
             mouse_events, 0;
             description{
+               state, "default" 0.0;
                rel1 {relative, 0.0 0.0; offset, 0 0;}
                rel2 {relative, 0.0 0.0; offset, 15 16;}
                image {
@@ -57,6 +59,7 @@
             type, IMAGE;
             mouse_events, 0;
             description{
+               state, "default" 0.0;
                rel1 {relative, 0.0 0.0; offset, 0 0;}
                rel2 {relative, 0.0 0.0; offset, 19 14;}
                image {
@@ -76,6 +79,7 @@
             type, IMAGE;
             mouse_events, 0;
             description{
+               state, "default" 0.0;
                rel1 {relative, 0.0 0.0; offset, 0 0;}
                rel2 {relative, 0.0 0.0; offset, 20 15;}
                image {
@@ -95,6 +99,7 @@
             type, IMAGE;
             mouse_events, 0;
             description{
+               state, "default" 0.0;
                rel1 {relative, 0.0 0.0; offset, 0 0;}
                rel2 {relative, 0.0 0.0; offset, 19 14;}
                image {
@@ -114,10 +119,31 @@
             type, IMAGE;
             mouse_events, 0;
             description{
+               state, "default" 0.0;
                rel1 {relative, 0.0 0.0; offset, 0 0;}
                rel2 {relative, 0.0 0.0; offset, 15 15;}
                image {
                   normal, "desc.png";
+               }
+            }
+         }
+      }
+   }
+   group{
+      name, "PROG.PNG";
+      min, 15 15;
+      max, 15 15;
+      parts{
+         part{
+            name, "StaticImage";
+            type, IMAGE;
+            mouse_events, 0;
+            description{
+               state, "default" 0.0;
+               rel1 {relative, 0.0 0.0; offset, 0 0;}
+               rel2 {relative, 0.0 0.0; offset, 15 15;}
+               image {
+                  normal, "e17.png";
                }
             }
          }



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to