Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/src


Modified Files:
        callbacks.c euphoria.c euphoria.h playlist_item.c 


Log Message:
didn't i commit this some minutes ago?
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/callbacks.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- callbacks.c 27 Feb 2004 23:11:28 -0000      1.7
+++ callbacks.c 27 Feb 2004 23:15:27 -0000      1.8
@@ -1,5 +1,5 @@
 /*
- * $Id: callbacks.c,v 1.7 2004/02/27 23:11:28 atmosphere Exp $
+ * $Id: callbacks.c,v 1.8 2004/02/27 23:15:27 tsauerbeck Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -598,8 +598,6 @@
 }
 
 XMMS_CB(playlist_clear) {
-       PlayListItem *pli;
-
        playlist_remove_all(e->playlist);
        /* FIXME: Set the text in the player to the default */
 }
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/euphoria.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- euphoria.c  27 Feb 2004 23:11:28 -0000      1.5
+++ euphoria.c  27 Feb 2004 23:15:27 -0000      1.6
@@ -1,5 +1,5 @@
 /*
- * $Id: euphoria.c,v 1.5 2004/02/27 23:11:28 atmosphere Exp $
+ * $Id: euphoria.c,v 1.6 2004/02/27 23:15:27 tsauerbeck Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -181,9 +181,6 @@
                                        (char *)argv[o]);
                xmmsc_playlist_add(e->xmms, buf);
        }
-
-       e->args = argv;
-       e->opt_start = optind;
 }
 
 int main(int argc, const char **argv) {
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/euphoria.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- euphoria.h  27 Feb 2004 23:11:28 -0000      1.4
+++ euphoria.h  27 Feb 2004 23:15:27 -0000      1.5
@@ -2,7 +2,7 @@
 #define __EUPHORIA_H
 
 /*
- * $Id: euphoria.h,v 1.4 2004/02/27 23:11:28 atmosphere Exp $
+ * $Id: euphoria.h,v 1.5 2004/02/27 23:15:27 tsauerbeck Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -39,9 +39,6 @@
 } SeekerFlags;
 
 typedef struct _Euphoria {
-       const char **args;
-       int opt_start;
-
        PlayList *playlist;
        xmmsc_connection_t *xmms;
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/playlist_item.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- playlist_item.c     27 Feb 2004 21:55:33 -0000      1.3
+++ playlist_item.c     27 Feb 2004 23:15:27 -0000      1.4
@@ -1,5 +1,5 @@
 /*
- * $Id: playlist_item.c,v 1.3 2004/02/27 21:55:33 tsauerbeck Exp $
+ * $Id: playlist_item.c,v 1.4 2004/02/27 23:15:27 tsauerbeck Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -76,6 +76,7 @@
 
 void playlist_item_properties_set(PlayListItem *pli, x_hash_t *p) {
        assert(pli);
+       assert(p);
 
        if (pli->properties == p)
                return;




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