Hello,

as tooltips seem to be broken in Etk I created a little patch for
edje_editor to disable tooltips.

Index: src/bin/edje_editor_window.c
===================================================================
--- src/bin/edje_editor_window.c        (Revision 36225)
+++ src/bin/edje_editor_window.c        (Arbeitskopie)
@@ -48,7 +48,8 @@
 
    //Tooltips
    etk_tooltips_init();
-   etk_tooltips_enable();
+   //etk_tooltips_enable();
+   etk_tooltips_disable();
 
    //Create the evas objects needed by the canvas (fakewin, handlers)
    canvas_prepare();

May I commit this until tooltips in Etk are fixed again? Currently it's not 
really possible to work with edje_editor.

regards
Andreas

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to