Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        module.edc 


Log Message:
oops, removed too much
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/module.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.edc  18 Mar 2005 12:34:32 -0000      1.6
+++ module.edc  18 Mar 2005 13:39:54 -0000      1.7
@@ -428,5 +428,23 @@
         }
       }
    }
+   programs {
+      program {
+        name:    "go_active";
+        signal:  "active";
+        source:  "";
+        action:  STATE_SET "hidden" 0.0;
+        transition: LINEAR 0.5;
+        target:  "EngageIconText";
+      }
+      program {
+        name:    "go_passive";
+        signal:  "passive";
+        source:  "";
+        action:  STATE_SET "visible" 0.0;
+        transition: LINEAR 0.5;
+        target:  "EngageIconText";
+      }                                                                  
+   }
 }
 }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to