Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

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


Modified Files:
        controls_to.edc switch.edc 


Log Message:
playback control button/signal fixes
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/iio/programs/controls_to.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- controls_to.edc     7 May 2005 16:27:44 -0000       1.10
+++ controls_to.edc     7 May 2005 22:05:05 -0000       1.11
@@ -100,7 +100,7 @@
        action, STATE_SET "default" 0.0; transition, LINEAR 0.1; target, PLAY;
 }
 program { name, "play_click_emission"; signal, "mouse,down,*"; source, PLAY;
-       action, SIGNAL_EMIT "PLAY" PLAY; }
+       action, SIGNAL_EMIT "playback.play" PLAY; }
 
 #define PREV "prev_button"
 
@@ -119,7 +119,7 @@
        action, STATE_SET "default" 0.0; transition, LINEAR 0.1; target, PREV;
 }
 program { name, "previous_click"; signal, "mouse,down,*"; source, PREV;
-       action, SIGNAL_EMIT "PLAY_PREVIOUS" PREV; }
+       action, SIGNAL_EMIT "playback.prev" PREV; }
 
 #define NEXT "next_button"
 
@@ -138,7 +138,7 @@
        action, STATE_SET "default" 0.0; transition, LINEAR 0.1; target, NEXT;
 }
 program { name, "next_click_emission"; signal, "mouse,down,*"; source, NEXT;
-       action, SIGNAL_EMIT "PLAY_NEXT" NEXT; }
+       action, SIGNAL_EMIT "playback.next" NEXT; }
 
 #define PAUSE "pause_button"
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/apps/euphoria/data/themes/iio/programs/switch.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- switch.edc  28 Apr 2005 08:09:53 -0000      1.4
+++ switch.edc  7 May 2005 22:05:05 -0000       1.5
@@ -31,7 +31,7 @@
        action, STATE_SET "default" 0.0; transition, LINEAR, 0.1; target, 
"_play_button";
 }
 program { name, "_play_click"; signal, "mouse,down,1"; source, "_play_button";
-       action, SIGNAL_EMIT "PLAY" "play_button"; 
+       action, SIGNAL_EMIT "playback.play" "play_button"; 
 }
 
 //
@@ -48,7 +48,7 @@
        action, STATE_SET "default" 0.0; transition, LINEAR, 0.1; target, 
"_prev_button";
 }
 program { name, "_previous_click"; signal, "mouse,down,1"; source, 
"_prev_button";
-       action, SIGNAL_EMIT "PLAY_PREVIOUS" "previous_button";
+       action, SIGNAL_EMIT "playback.prev" "previous_button";
 }
        
 //
@@ -65,7 +65,7 @@
        action, STATE_SET "default" 0.0; transition, LINEAR, 0.1; target, 
"_next_button";
 }
 program { name, "_next_click"; signal, "mouse,down,1"; source, "_next_button";
-       action, SIGNAL_EMIT "PLAY_NEXT" "next_button";
+       action, SIGNAL_EMIT "playback.next" "next_button";
 }
 
 //




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to