Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin


Modified Files:
        ewl_text_test.c 


Log Message:
- update to struct change

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/bin/ewl_text_test.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_text_test.c     17 Aug 2005 16:52:57 -0000      1.6
+++ ewl_text_test.c     27 Aug 2005 02:37:14 -0000      1.7
@@ -24,8 +24,8 @@
 
        t = EWL_TEXT_TRIGGER(w);
 
-       ewl_text_cursor_position_set(EWL_TEXT(t->parent), t->pos);
-       ewl_text_color_apply(EWL_TEXT(t->parent), 255, 0, 0, 255, t->len);
+       ewl_text_cursor_position_set(EWL_TEXT(t->text_parent), t->pos);
+       ewl_text_color_apply(EWL_TEXT(t->text_parent), 255, 0, 0, 255, t->len);
 }
 
 static void
@@ -35,8 +35,8 @@
 
        t = EWL_TEXT_TRIGGER(w);
 
-       ewl_text_cursor_position_set(EWL_TEXT(t->parent), t->pos);
-       ewl_text_color_apply(EWL_TEXT(t->parent), 0, 0, 0, 255, t->len);
+       ewl_text_cursor_position_set(EWL_TEXT(t->text_parent), t->pos);
+       ewl_text_color_apply(EWL_TEXT(t->text_parent), 0, 0, 0, 255, t->len);
 }
 
 static void




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to