Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/winter/groups


Modified Files:
        euphoria.edc playlist_item.edc 


Log Message:
removed commas from argument lists
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/winter/groups/euphoria.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- euphoria.edc        22 Feb 2004 10:12:08 -0000      1.1
+++ euphoria.edc        24 Oct 2004 01:26:02 -0000      1.2
@@ -1,7 +1,7 @@
     group {
         name, "euphoria";
-       min, 200, 300;
-       max, 99999, 99999;
+       min, 200 300;
+       max, 99999 99999;
        parts {
 #include "../parts/main.edc"
 #include "../parts/playlist.edc"
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/winter/groups/playlist_item.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- playlist_item.edc   23 Oct 2004 16:16:46 -0000      1.2
+++ playlist_item.edc   24 Oct 2004 01:26:02 -0000      1.3
@@ -1,7 +1,7 @@
     group {
         name, "playlist_item";
-       min, 50, 15;
-       max, 9999, 15;
+       min, 50 15;
+       max, 9999 15;
        parts {
             part {
               name, "bg";
@@ -115,7 +115,7 @@
                signal, "PLAYLIST_ITEM_SELECTED";
                source, "";
                action, STATE_SET "selected" 0.0;
-               transition, DECELERATE, 0.5;
+               transition, DECELERATE 0.5;
                target, "title";
                target, "length";
            } 
@@ -124,7 +124,7 @@
                signal, "PLAYLIST_ITEM_UNSELECTED";
                source, "";
                action, STATE_SET "default" 0.0;
-               transition, DECELERATE, 0.5;
+               transition, DECELERATE 0.5;
                target, "title";
                target, "length";
            } 




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