Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_widget.c 


Log Message:
- these fixmes are done

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -3 -r1.124 -r1.125
--- ewl_widget.c        6 Feb 2007 13:42:17 -0000       1.124
+++ ewl_widget.c        6 Feb 2007 21:15:21 -0000       1.125
@@ -3033,7 +3033,6 @@
 
        if (ewl_object_state_has(EWL_OBJECT(w), EWL_FLAG_STATE_DND)) {
                ewl_object_state_remove(EWL_OBJECT(w), EWL_FLAG_STATE_DND);
-               /* FIXME: Stop DND here */
                ewl_dnd_drag_drop(w);
        }
 
@@ -3091,7 +3090,6 @@
                if (!ewl_object_state_has(o, EWL_FLAG_STATE_DND)) {
                        ewl_object_state_add(o, EWL_FLAG_STATE_DND);
                        embed->last.drag_widget = w;
-                       /* FIXME: Start DND here. */
                        ewl_dnd_drag_start(w);
                }
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to