Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/zero/bits


Modified Files:
        checkbox-programs.edc 


Log Message:
no commas in argument lists
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/zero/bits/checkbox-programs.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- checkbox-programs.edc       11 Sep 2004 02:31:30 -0000      1.2
+++ checkbox-programs.edc       24 Oct 2004 01:11:57 -0000      1.3
@@ -6,7 +6,7 @@
         signal, "default";
         source, "*";
         action, STATE_SET "default" 0.0;
-        transition, LINEAR, 0.0;
+        transition, LINEAR 0.0;
         target, "check";
     }
     program {
@@ -14,7 +14,7 @@
         signal, "checked";
         source, "*";
         action, STATE_SET "checked" 0.0;
-        transition, LINEAR, 0.0;
+        transition, LINEAR 0.0;
         target, "check";
     }
 }




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to