Enlightenment CVS committal Author : tsauerbeck Project : e17 Module : apps/euphoria
Dir : e17/apps/euphoria/bin Modified Files: euphoria Log Message: updated to new xmmsclient api =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- euphoria 24 Apr 2005 22:33:14 -0000 1.1 +++ euphoria 25 Apr 2005 21:52:30 -0000 1.2 @@ -1,6 +1,6 @@ #!/usr/bin/ruby -w -# $Id: euphoria,v 1.1 2005/04/24 22:33:14 tsauerbeck Exp $ +# $Id: euphoria,v 1.2 2005/04/25 21:52:30 tsauerbeck Exp $ require "ecore" require "ecore_x" @@ -131,9 +131,8 @@ end def init_xmms - @xmms = XmmsClient::XmmsClient.new - - raise "xmms2d not running" unless @xmms.connect("Euphoria") + @xmms = XmmsClient::XmmsClient.new("Euphoria") + @xmms.connect @xmms.setup_with_ecore end ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs