Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
whoops, forgot to update this to the new api
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- euphoria    17 Jul 2005 09:11:59 -0000      1.32
+++ euphoria    14 Aug 2005 18:38:27 -0000      1.33
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.32 2005/07/17 09:11:59 tsauerbeck Exp $
+# $Id: euphoria,v 1.33 2005/08/14 18:38:27 tsauerbeck Exp $
 
 require "ecore"
 require "ecore_x"
@@ -263,7 +263,8 @@
                end
 
                @xmms.broadcast_configval_changed.notifier do |res|
-                       k, v = res.value
+                       k = res.value[:name]
+                       v = res.value[:value]
 
                        case k
                                when "playlist.repeat_all"




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to