Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/etox

Dir     : e17/libs/etox/test


Modified Files:
        etox_test.c selections.c 


Log Message:
Update to use the new method for changing the soft_wrap setting.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/etox_test.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- etox_test.c 20 Aug 2003 17:38:04 -0000      1.31
+++ etox_test.c 12 Sep 2003 22:02:31 -0000      1.32
@@ -299,7 +299,7 @@
        etox_context_set_font(etox_get_context(e_msg), "sinon", 14);
        etox_context_set_style(etox_get_context(e_msg), "shadow");
        etox_context_set_color(etox_get_context(e_msg), 225, 225, 225, 255);
-        etox_context_set_soft_wrap(etox_get_context(e_msg), 1);
+        etox_set_soft_wrap(e_msg, 1);
        etox_set_text(e_msg, msg);
        etox_set_alpha(e_msg, 255);
        evas_object_layer_set(e_msg, 1000);
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/etox/test/selections.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- selections.c        4 Sep 2003 03:07:09 -0000       1.14
+++ selections.c        12 Sep 2003 22:02:31 -0000      1.15
@@ -87,7 +87,7 @@
        etox_context_set_font(ec, "Vera", 14);
        etox_context_set_color(ec, 173, 193, 79, 255);
        etox_context_set_style(ec, "shadow");
-       etox_context_set_soft_wrap(ec, 1);
+       etox_set_soft_wrap(etox, 1);
        etox_set_text(etox, msg);
        etox_set_alpha(etox, 255);
        etox_set_layer(etox, 1000);




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to