Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/lib


Modified Files:
        playlist.rb 


Log Message:
late api update
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/lib/playlist.rb,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- playlist.rb 7 Jul 2005 19:59:22 -0000       1.28
+++ playlist.rb 26 Sep 2005 14:35:38 -0000      1.29
@@ -1,4 +1,4 @@
-# $Id: playlist.rb,v 1.28 2005/07/07 19:59:22 tsauerbeck Exp $
+# $Id: playlist.rb,v 1.29 2005/09/26 14:35:38 tsauerbeck Exp $
 
 require "euphoria/playlist_item"
 
@@ -18,7 +18,7 @@
 
                begin
                        @current_pos = @xmms.playlist_current_pos.wait.value
-               rescue XmmsClient::ValueError
+               rescue XmmsClient::Result::ValueError
                        @current_pos = nil
                end
 




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to