Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
updated to slightly changed ruby-edje api
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- euphoria    28 Apr 2005 11:27:38 -0000      1.13
+++ euphoria    28 Apr 2005 15:40:46 -0000      1.14
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.13 2005/04/28 11:27:38 tsauerbeck Exp $
+# $Id: euphoria,v 1.14 2005/04/28 15:40:46 tsauerbeck Exp $
 
 require "ecore"
 require "ecore_x"
@@ -257,7 +257,7 @@
        def ui_fill_track_info(item)
                unless item.nil?
                        buf = "%s - %s" % [item.artist, item.title]
-                       @edje.send_message(Edje::StringMessage.new(buf))
+                       @edje.send_message(Edje::Message.new(buf))
                end
        end
 




-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start!  http://www.idcswdc.com/cgi-bin/survey?id=105hix
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to