Enlightenment CVS committal

Author  : fletch3k
Project : e17
Module  : apps/iconbar

Dir     : e17/apps/iconbar/data


Modified Files:
        template.edc 


Log Message:
Fixed template and updated icons with new edje.

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/iconbar/data/template.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- template.edc        14 Aug 2004 16:50:42 -0000      1.3
+++ template.edc        28 Oct 2004 11:32:54 -0000      1.4
@@ -138,7 +138,7 @@
         signal, "mouse,in";
         source, "grabber";
         action, STATE_SET "over" 0.0;
-        transition, LINEAR, 0.0;
+        transition, LINEAR 0.0;
         target, "icon";
       }
       program {
@@ -146,7 +146,7 @@
         signal, "mouse,out";
         source, "grabber";
         action, STATE_SET "default" 0.0;
-        transition, SINUSOIDAL, 1.0;
+        transition, SINUSOIDAL 1.0;
         target, "icon";
       }
         
@@ -158,14 +158,14 @@
         signal, "mouse,in";
         source, "grabber";
         action, STATE_SET "pulse1" 0.0;
-        transition, LINEAR, 0.01;
+        transition, LINEAR 0.01;
         target, "pulser";
         after, "pulse2";
       }
       program {
         name, "pulse2";
         action, STATE_SET "pulse2" 0.0;
-        transition, LINEAR, 0.5;
+        transition, LINEAR 0.5;
         target, "pulser";
         after, "pulse";
       }
@@ -196,7 +196,7 @@
       }
       
       program {
-        name, "exec";
+        name, "exec2";
         signal, "mouse,clicked,3";
         source, "grabber";
         action, SIGNAL_EMIT "edit" "iconbar";




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to