Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/data/src


Modified Files:
        test.edc 


Log Message:


oops. update.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/data/src/test.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- test.edc    1 Sep 2003 02:53:08 -0000       1.11
+++ test.edc    20 Oct 2003 07:10:07 -0000      1.12
@@ -168,7 +168,7 @@
             program
               {
                  name,       "logo_click";
-                 signal,     "mouse-down-1";
+                 signal,     "mouse,down,1";
                  source,     "logo";
 // STATE_SET, ACTION_STOP, SIGNAL_EMIT, DRAG_VAL_SET, DRAG_VAL_STEP, DRAG_VAL_PAGE
                  action,     STATE_SET "clicked" 0.0;
@@ -181,7 +181,7 @@
             program
               {
                  name,       "logo_unclick";
-                 signal,     "mouse-up-1";
+                 signal,     "mouse,up,1";
                  source,     "logo";
                  action,     STATE_SET "default" 0.0;
                  target,     "logo";
@@ -190,7 +190,7 @@
             program
               {
                  name,       "p1_fade_2";
-                 signal,     "action-end";
+                 signal,     "action,end";
                  source,     "p1_fade_1";
                  action,     STATE_SET "clicked" 0.0;
                  transition, LINEAR 1.0;
@@ -200,7 +200,7 @@
             program
               {
                  name,       "p1_unclicked";
-                 signal,     "mouse-up-1";
+                 signal,     "mouse,up,1";
                  source,     "p1";
                  action,     STATE_SET "default" 0.0;
                  transition, LINEAR 0.0;




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to