Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist_item.rb 


Log Message:
wtf?

===================================================================
RCS file: /cvs/e/e17/apps/euphoria/lib/playlist_item.rb,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- playlist_item.rb    8 Jul 2006 11:58:55 -0000       1.18
+++ playlist_item.rb    8 Jul 2006 12:25:31 -0000       1.19
@@ -1,4 +1,4 @@
-# $Id: playlist_item.rb,v 1.18 2006/07/08 11:58:55 tilman Exp $
+# $Id: playlist_item.rb,v 1.19 2006/07/08 12:25:31 tilman Exp $
 
 class PlaylistItem
        attr_reader :id, :edje, :position, :selected, :hilighted
@@ -23,9 +23,7 @@
        end
 
        def method_missing(method)
-               tmp = @props[method]
-
-               tmp || @props[method] || "default"
+               @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