Enlightenment CVS committal
Author : rbdpngn
Project : e17
Module : libs/ewl
Dir : e17/libs/ewl/src
Modified Files:
ewl_textarea.c
Log Message:
The ops were not being applied to the text.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_textarea.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- ewl_textarea.c 22 May 2004 23:46:46 -0000 1.32
+++ ewl_textarea.c 24 May 2004 16:23:37 -0000 1.33
@@ -464,7 +464,7 @@
{
Ewl_Text_Op *op;
- while ((op = ecore_dlist_remove(ta->ops))) {
+ while ((op = ecore_dlist_remove_first(ta->ops))) {
op->apply(ta, op);
ecore_dlist_append(ta->applied, op);
}
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs