X-Git-Url: http://git.code-monkey.de/?p=euphoria.git;a=blobdiff_plain;f=bin%2Feuphoria;fp=bin%2Feuphoria;h=5726f6d8b5d6d7620aa9f5bfa2faee128d91a104;hp=707d9e0b806d7c4e3bb1d327825facd81f20f943;hb=dd2beb9c6c0688714643fd0c08fecc17a1e32a74;hpb=12d14c472fdb872efc6d657852346ee7ee8092b1 diff --git a/bin/euphoria b/bin/euphoria index 707d9e0..5726f6d 100644 --- a/bin/euphoria +++ b/bin/euphoria @@ -326,12 +326,7 @@ private def ui_fill_track_info(item) unless item.nil? - if item.channel.nil? - msg = Edje::Message.new(0, item.artist, item.title, item.album) - else - msg = Edje::Message.new(0, "", item.title, "") - end - @edje.send_message(msg) + @edje.send_message(item.track_info_message) end end