Enlightenment CVS committal
Author : rephorm
Project : misc
Module : eplayer
Dir : misc/eplayer/src
Modified Files:
callbacks.c
Log Message:
pass PLAYLIST_PLAY signals on to the main gui edje. that way they can catch them and
update state (e.g. turn their play buttons into pause buttons, etc)
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/callbacks.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- callbacks.c 25 Jan 2004 18:57:10 -0000 1.31
+++ callbacks.c 29 Jan 2004 06:27:34 -0000 1.32
@@ -203,6 +203,9 @@
playlist_current_item_set(player->playlist, pli);
eplayer_playback_start(player, 1);
state = PLAYBACK_STATE_PLAYING;
+
+ /* pass the signal to the main edje */
+ edje_object_signal_emit(player->gui.edje, "PLAYLIST_PLAY", "ePlayer");
}
EDJE_CB(playlist_item_remove) {
-------------------------------------------------------
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