Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : apps/euphoria

Dir     : e17/apps/euphoria/bin


Modified Files:
        euphoria 


Log Message:
send album, too
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/euphoria/bin/euphoria,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- euphoria    29 Apr 2005 14:32:31 -0000      1.15
+++ euphoria    29 Apr 2005 16:34:05 -0000      1.16
@@ -1,6 +1,6 @@
 #!/usr/bin/ruby -w
 
-# $Id: euphoria,v 1.15 2005/04/29 14:32:31 tsauerbeck Exp $
+# $Id: euphoria,v 1.16 2005/04/29 16:34:05 tsauerbeck Exp $
 
 require "ecore"
 require "ecore_x"
@@ -256,7 +256,7 @@
 
        def ui_fill_track_info(item)
                unless item.nil?
-                       msg = Edje::Message.new(0, item.artist, item.title)
+                       msg = Edje::Message.new(0, item.artist, item.title, 
item.album)
                        @edje.send_message(msg)
                end
        end




-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to