Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist.rb 


Log Message:
fix a silly bug that would make euphoria crash when songs are removed from the 
playlist. i should add some unit tests
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist.rb,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- playlist.rb 8 May 2005 14:44:35 -0000       1.18
+++ playlist.rb 21 May 2005 08:36:41 -0000      1.19
@@ -1,4 +1,4 @@
-# $Id: playlist.rb,v 1.18 2005/05/08 14:44:35 tsauerbeck Exp $
+# $Id: playlist.rb,v 1.19 2005/05/21 08:36:41 tsauerbeck Exp $
 
 require "euphoria/playlist_item"
 
@@ -131,7 +131,7 @@
                        item = find { |i| i.id == item }
                end
 
-               item.hide if i.visible?
+               item.hide if item.visible?
                super(item)
        end
 




-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to