Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist_item.rb 


Log Message:
api update

===================================================================
RCS file: /cvs/e/e17/apps/euphoria/lib/playlist_item.rb,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- playlist_item.rb    14 Dec 2005 20:02:14 -0000      1.17
+++ playlist_item.rb    8 Jul 2006 11:58:55 -0000       1.18
@@ -1,4 +1,4 @@
-# $Id: playlist_item.rb,v 1.17 2005/12/14 20:02:14 tsauerbeck Exp $
+# $Id: playlist_item.rb,v 1.18 2006/07/08 11:58:55 tilman Exp $
 
 class PlaylistItem
        attr_reader :id, :edje, :position, :selected, :hilighted
@@ -25,7 +25,7 @@
        def method_missing(method)
                tmp = @props[method]
 
-               tmp || @props[:server][method] || "default"
+               tmp || @props[method] || "default"
        end
 
        def duration



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to