Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/elicit

Dir     : e17/apps/elicit/data/themes/winter/programs


Modified Files:
        main.edc 


Log Message:
fix compiler warnings
normalize signal names (window,{enter,leave} => elicit,window,{enter,leave})
add missing signal to theme readme

===================================================================
RCS file: /cvs/e/e17/apps/elicit/data/themes/winter/programs/main.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- main.edc    11 Jul 2006 05:23:00 -0000      1.6
+++ main.edc    22 Mar 2007 14:42:44 -0000      1.7
@@ -11,7 +11,7 @@
       // border color //
       program {
         name, "window.active";
-        signal, "window,enter";
+        signal, "elicit,window,enter";
         source, "Elicit";
         action, STATE_SET "active" 0.0;
         transition, DECELERATE .25;
@@ -21,7 +21,7 @@
       }
       program {
         name, "window.unactive";
-        signal, "window,leave";
+        signal, "elicit,window,leave";
         source, "Elicit";
         action, STATE_SET "default" 0.0;
         transition, DECELERATE .25;



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