Enlightenment CVS committal

Author  : rephorm
Project : misc
Module  : eplayer

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


Modified Files:
        collapsed.edc 


Log Message:

use updated signals

===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/data/themes/winter/groups/collapsed.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- collapsed.edc       6 Feb 2004 04:34:00 -0000       1.1
+++ collapsed.edc       7 Feb 2004 18:55:30 -0000       1.2
@@ -219,13 +219,31 @@
        action, SIGNAL_EMIT "SEEKER_STOP" "";
       }
       program {
-        name, "toggle-on-playlist-play";
-        signal, "PLAYLIST_PLAY";
+        name, "toggle-playing";
+        signal, "PLAYBACK_STATE_PLAYING";
         source, "*";
         action, STATE_SET "toggled" 0.0; 
         transition, LINEAR 0.0; 
         target, "play"; 
         target, "play-2"; 
       }
+      program {
+        name, "toggle-stopped";
+        signal, "PLAYBACK_STATE_STOPPED";
+        source, "*";
+        action, STATE_SET "default" 0.0; 
+        transition, LINEAR 0.0; 
+        target, "play"; 
+        target, "play-2"; 
+      }
+      program {
+        name, "toggle-paused";
+        signal, "PLAYBACK_STATE_PAUSED";
+        source, "*";
+        action, STATE_SET "default" 0.0; 
+        transition, LINEAR 0.0; 
+        target, "play"; 
+        target, "play-2"; 
+      }
     } //programs
   } //group




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