Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/data/themes/iio/programs


Modified Files:
        playlist.edc 


Log Message:
length -> duration. playlist -> playlist.container
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/iio/programs/playlist.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- playlist.edc        24 Oct 2004 01:28:04 -0000      1.6
+++ playlist.edc        28 Apr 2005 08:33:24 -0000      1.7
@@ -4,11 +4,11 @@
 
 program { name, "selected"; signal, "PLAYLIST_ITEM_SELECTED"; source, "";
        action, STATE_SET "selected" 0.0; transition, LINEAR 0.2; 
-       target, "title"; target, "length"; target, "background"; }
+       target, "title"; target, "duration"; target, "background"; }
 
 program { name, "unselected"; signal, "PLAYLIST_ITEM_UNSELECTED"; source, "";
        action, STATE_SET "default" 0.0; transition, LINEAR 0.2; 
-       target, "title"; target, "length"; target, "background"; }
+       target, "title"; target, "duration"; target, "background"; }
 
 program { name, "dbl_clicked"; signal, "mouse,down,1,double"; source, "*";
        action, SIGNAL_EMIT "PLAYLIST_ITEM_PLAY" ""; }




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to