Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
to set it once to NULL should be enough

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -3 -r1.189 -r1.190
--- ewl_text.c  6 Dec 2007 07:07:12 -0000       1.189
+++ ewl_text.c  6 Dec 2007 13:31:17 -0000       1.190
@@ -3338,7 +3338,7 @@
         * because they will be cleared, because they are children of the
         * text widget itself */
        IF_FREE_LIST(t->triggers);
-       t->selection = t->selection = NULL;
+       t->selection = NULL;
 
        ewl_text_fmt_destroy(t->formatting.nodes);
        t->formatting.nodes = NULL;



-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to