Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/src


Modified Files:
        callbacks.c interface.c 


Log Message:
set track info in the display on mode switch, and volume is refreshed in ui_init_edje 
so there is no need to call it again.  I swear I'll stop soon :)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/callbacks.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- callbacks.c 28 Feb 2004 03:43:07 -0000      1.9
+++ callbacks.c 28 Feb 2004 04:52:53 -0000      1.10
@@ -1,5 +1,5 @@
 /*
- * $Id: callbacks.c,v 1.9 2004/02/28 03:43:07 atmosphere Exp $
+ * $Id: callbacks.c,v 1.10 2004/02/28 04:52:53 atmosphere Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -281,8 +281,6 @@
        ui_shutdown_edje(e);
        ui_init_edje(e, src);
 
-       ui_refresh_volume(e);
-
        xmmsc_playback_current_id(e->xmms);
 
        playlist_container_set(e->playlist, e->gui.playlist);
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/interface.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- interface.c 27 Feb 2004 21:55:33 -0000      1.3
+++ interface.c 28 Feb 2004 04:52:53 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * $Id: interface.c,v 1.3 2004/02/27 21:55:33 tsauerbeck Exp $
+ * $Id: interface.c,v 1.4 2004/02/28 04:52:53 atmosphere Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -251,6 +251,8 @@
 
        setup_playlist(e);
        ui_refresh_volume(e);
+       if(e->playlist && e->playlist->current_item) 
+           ui_fill_track_info(e, e->playlist->current_item);
 
        register_callbacks(e);
 




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