Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/src


Modified Files:
        callbacks.c 


Log Message:
shut down the daemon on QUIT, too
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/callbacks.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- callbacks.c 1 Mar 2004 22:45:36 -0000       1.18
+++ callbacks.c 9 Mar 2004 18:45:06 -0000       1.19
@@ -1,5 +1,5 @@
 /*
- * $Id: callbacks.c,v 1.18 2004/03/01 22:45:36 atmosphere Exp $
+ * $Id: callbacks.c,v 1.19 2004/03/09 18:45:06 tsauerbeck Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -270,6 +270,7 @@
 
 EDJE_CB(euphoria_quit) {
        xmmsc_playback_stop(e->xmms);
+       xmmsc_quit(e->xmms);
        ecore_main_loop_quit();
 }
 
@@ -615,7 +616,7 @@
 }
 
 XMMS_CB(playlist_shuffle) {
-       int i, id, *ids = NULL;
+       int i, *ids = NULL;
        PlayListItem *pli = NULL;
 
        if ((ids = xmmscs_playlist_list(e->xmms))) {




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to