Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
added Playlist#push and made Playlist#<< call push
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- euphoria    25 Apr 2005 21:57:06 -0000      1.4
+++ euphoria    27 Apr 2005 18:03:04 -0000      1.5
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.4 2005/04/25 21:57:06 tsauerbeck Exp $
+# $Id: euphoria,v 1.5 2005/04/27 18:03:04 tsauerbeck Exp $
 
 require "ecore"
 require "ecore_x"
@@ -225,9 +225,7 @@
                end
 
                @xmms.playlist_list.notifier do |res|
-                       res.value.each do |id|
-                               @playlist << id
-                       end
+                       @playlist.push(*res.value)
                end
 
                @xmms.broadcast_playlist_changed.notifier do |res|




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to