Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/data/themes/ephoto/bits


Modified Files:
        select.edc 


Log Message:
Add editing tools!

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/data/themes/ephoto/bits/select.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- select.edc  15 Feb 2007 10:20:19 -0000      1.1
+++ select.edc  18 Feb 2007 01:02:42 -0000      1.2
@@ -28,7 +28,7 @@
                {
                        name: "select";
                        signal: "selected";
-                       source: "*";
+                       source: "EWL";
                        action: STATE_SET "selected" 0.0;
                        target: "selection";
                }
@@ -36,7 +36,7 @@
                {
                        name: "unselect";
                        signal: "unselected";
-                       source: "*";
+                       source: "EWL";
                        action: STATE_SET "default" 0.0;
                        target: "selection";
                }
@@ -73,7 +73,7 @@
                 {
                         name: "highlighted";
                         signal: "mouse,in";
-                        source: "*";
+                        source: "EWL";
                         action: STATE_SET "highlighted" 0.0;
                         target: "highlight";
                 }
@@ -81,7 +81,7 @@
                 {
                         name: "default";
                         signal: "mouse,out";
-                        source: "*";
+                        source: "EWL";
                         action: STATE_SET "default" 0.0;
                        target: "highlight";
                }



-------------------------------------------------------------------------
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