- fix playlist issues with new xmms2

- bump PORTREVISION

PR:		ports/100015
Submitted by:	maintainer
This commit is contained in:
Ion-Mihai Tetcu 2006-07-10 19:15:04 +00:00
parent 0d6407e522
commit 42bb560558
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167375
2 changed files with 20 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= euphoria
PORTVERSION= 20062006
PORTREVISON= 1
CATEGORIES= audio
MASTER_SITES= http://mbsd.msk.ru/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION}

View File

@ -0,0 +1,19 @@
--- lib/playlist_item.rb.orig Mon Jul 10 11:30:20 2006
+++ lib/playlist_item.rb Mon Jul 10 11:31:08 2006
@@ -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.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[:server][method] || "default"
+ @props[method] || "default"
end
def duration