Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_attach.c 


Log Message:
- hide will trigger an obscure. don't do it twice

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_attach.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- ewl_attach.c        10 Oct 2006 03:34:17 -0000      1.33
+++ ewl_attach.c        10 Oct 2006 03:36:55 -0000      1.34
@@ -504,8 +504,6 @@
                                ewl_attach_cb_tooltip_mouse_down, NULL);
        ewl_callback_append(w, EWL_CALLBACK_MOUSE_OUT,
                                ewl_attach_cb_tooltip_mouse_out, NULL);
-       ewl_callback_append(w, EWL_CALLBACK_HIDE,
-                               ewl_attach_cb_tooltip_mouse_out, NULL);
        ewl_callback_append(w, EWL_CALLBACK_OBSCURE,
                                ewl_attach_cb_tooltip_mouse_out, NULL);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to