Enlightenment CVS committal
Author : tsauerbeck
Project : misc
Module : eplayer
Dir : misc/eplayer/src
Modified Files:
callbacks.c
Log Message:
hilight the current playlist item on PLAY, too
===================================================================
RCS file: /cvsroot/enlightenment/misc/eplayer/src/callbacks.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- callbacks.c 7 Feb 2004 19:04:35 -0000 1.47
+++ callbacks.c 8 Feb 2004 11:55:26 -0000 1.48
@@ -1,5 +1,5 @@
/*
- * $Id: callbacks.c,v 1.47 2004/02/07 19:04:35 tsauerbeck Exp $
+ * $Id: callbacks.c,v 1.48 2004/02/08 11:55:26 tsauerbeck Exp $
*/
#include <config.h>
@@ -17,6 +17,7 @@
static Ewl_Widget *_fd_win = NULL;
static void file_dialog_cancel(Ewl_Widget *row, void *ev_data, void *user_data);
static void file_dialog_ok(Ewl_Widget *row, void *ev_data, void *user_data);
+static void hilight_current_track(ePlayer *player);
int _eplayer_seek_timer(void *data);
@@ -73,6 +74,8 @@
if (res)
playback_state_set(player, PLAYBACK_STATE_PLAYING);
+
+ hilight_current_track(player);
}
/**
-------------------------------------------------------
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