Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
don't use typed payload methods
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- euphoria    7 Jul 2005 16:33:54 -0000       1.31
+++ euphoria    17 Jul 2005 09:11:59 -0000      1.32
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.31 2005/07/07 16:33:54 tsauerbeck Exp $
+# $Id: euphoria,v 1.32 2005/07/17 09:11:59 tsauerbeck Exp $
 
 require "ecore"
 require "ecore_x"
@@ -263,7 +263,7 @@
                end
 
                @xmms.broadcast_configval_changed.notifier do |res|
-                       k, v = res.stringlist
+                       k, v = res.value
 
                        case k
                                when "playlist.repeat_all"




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to