Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : eplayer

Dir     : misc/eplayer/data/themes/winter/programs


Modified Files:
        ani.edc buttons.edc 


Log Message:
renamed the playback signals. ui_deinit renamed to ui_shutdown. reverted ben's 
ewl_shutdown() change :)
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/themes/winter/programs/ani.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- ani.edc     6 Feb 2004 04:50:18 -0000       1.2
+++ ani.edc     6 Feb 2004 15:05:45 -0000       1.3
@@ -61,7 +61,7 @@
       } \
       program {  \
         name, "ani"NUM".playlist-play"; \
-        signal, "PLAYBACK_STARTED";  \
+        signal, "PLAYBACK_STATE_PLAYING";  \
         source, "*";  \
         after, "ani"NUM".1"; \
       } \
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/themes/winter/programs/buttons.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- buttons.edc 6 Feb 2004 04:34:00 -0000       1.1
+++ buttons.edc 6 Feb 2004 15:05:45 -0000       1.2
@@ -20,7 +20,7 @@
 
       program {                 
         name, "play-started"; 
-        signal, "PLAYBACK_STARTED"; 
+        signal, "PLAYBACK_STATE_PLAYING"; 
         source, "*"; 
         action, STATE_SET "toggled" 0.0; 
         transition, LINEAR 0.0; 
@@ -29,7 +29,7 @@
       } 
       program {                 
         name, "play-stopped"; 
-        signal, "PLAYBACK_STOPPED"; 
+        signal, "PLAYBACK_STATE_STOPPED"; 
         source, "*"; 
         action, STATE_SET "default" 0.0; 
         transition, LINEAR 0.0; 




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to