Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/src


Modified Files:
        callbacks.c 


Log Message:
we only wanna wait for the id signal when the mediainfo is brand new.  That
info is cached if the playlist is prexisting, so lets try to fetch it on add
again.


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/callbacks.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- callbacks.c 27 Feb 2004 23:15:27 -0000      1.8
+++ callbacks.c 28 Feb 2004 03:43:07 -0000      1.9
@@ -1,5 +1,5 @@
 /*
- * $Id: callbacks.c,v 1.8 2004/02/27 23:15:27 tsauerbeck Exp $
+ * $Id: callbacks.c,v 1.9 2004/02/28 03:43:07 atmosphere Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -576,6 +576,7 @@
        unsigned int id = (unsigned int) arg;
 
        playlist_item_add(e->playlist, id);
+       xmmsc_playlist_get_mediainfo(e->xmms, id);
 }
 
 XMMS_CB(playlist_remove) {




-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to