Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/src


Modified Files:
        interface.c 


Log Message:
and hook in the edje callback
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/src/interface.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- interface.c 29 Feb 2004 13:52:05 -0000      1.6
+++ interface.c 29 Feb 2004 14:57:22 -0000      1.7
@@ -1,5 +1,5 @@
 /*
- * $Id: interface.c,v 1.6 2004/02/29 13:52:05 tsauerbeck Exp $
+ * $Id: interface.c,v 1.7 2004/02/29 14:57:22 atmosphere Exp $
  * vim:noexpandtab:sw=4:sts=4:ts=4
  */
 
@@ -288,7 +288,9 @@
                {"PLAYLIST_ADD", "*",
                 (EdjeCb) on_edje_playlist_add},
                {"PLAYLIST_DEL", "*",
-                (EdjeCb) on_edje_playlist_del}};
+                (EdjeCb) on_edje_playlist_del},
+               {"PLAYLIST_SHUFFLE", "*", 
+                (EdjeCb)on_edje_playlist_shuffle}};
 
        for (i = 0; i < sizeof (cb) / sizeof (EdjeCallback); i++)
                edje_object_signal_callback_add(o, cb[i].name, cb[i].src,




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