Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist.rb 


Log Message:
how the FUCK could that have worked?
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist.rb,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- playlist.rb 27 Apr 2005 20:28:33 -0000      1.9
+++ playlist.rb 27 Apr 2005 20:38:15 -0000      1.10
@@ -1,4 +1,4 @@
-# $Id: playlist.rb,v 1.9 2005/04/27 20:28:33 tsauerbeck Exp $
+# $Id: playlist.rb,v 1.10 2005/04/27 20:38:15 tsauerbeck Exp $
 
 require "euphoria/playlist_item"
 
@@ -42,7 +42,7 @@
 
                @xmms.broadcast_medialib_entry_changed.notifier do |res|
                        @xmms.medialib_get_info(res.value).notifier do |res2|
-                               props = res.value
+                               props = res2.value
                                find_all { |i| i.id == props[:id] }.each do 
|item|
                                        item.properties = props
 




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