X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;ds=sidebyside;f=bin%2Feuphoria;h=d9b355aa085698aad1b419b3d0a3432cacf9d73d;hb=cff63ae6832df5db5f628d97bac5a41f3296d63e;hp=d2ad38fa13b0ff4a8fa237e800269269976f74e6;hpb=ae5b6c997caeaaa184ff3ff39e8f24872ab833e8;p=euphoria.git diff --git a/bin/euphoria b/bin/euphoria index d2ad38f..d9b355a 100644 --- a/bin/euphoria +++ b/bin/euphoria @@ -110,7 +110,7 @@ class Euphoria end =end - handle_current_pos(@xmms.playlist_current_pos.wait) + handle_current_pos(@xmms.playlist.current_pos.wait) end def show @@ -154,6 +154,7 @@ private #@ee.evas.font_path_append("/usr/X11R6/lib/X11/fonts/TTF") #@ee.evas.font_path_append(ENV["HOME"] + "/.fonts") + @ee.evas.font_hinting = Evas::Evas::AUTO @ee.on_pre_render { Edje::thaw } @ee.on_post_render { Edje::freeze }