Enlightenment CVS committal Author : tilman Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria/lib Modified Files: playlist_item.rb Log Message: smarter fallback for media properties (patch by Alexander Botero-Lowry) =================================================================== RCS file: /cvs/e/e17/apps/euphoria/lib/playlist_item.rb,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- playlist_item.rb 8 Jul 2006 12:25:31 -0000 1.19 +++ playlist_item.rb 29 Jul 2006 01:34:31 -0000 1.20 @@ -1,4 +1,4 @@ -# $Id: playlist_item.rb,v 1.19 2006/07/08 12:25:31 tilman Exp $ +# $Id: playlist_item.rb,v 1.20 2006/07/29 01:34:31 tilman Exp $ class PlaylistItem attr_reader :id, :edje, :position, :selected, :hilighted @@ -23,7 +23,7 @@ end def method_missing(method) - @props[method] || "default" + @props[method] || "unknown #{method}" end def duration ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs