Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_text.c 


Log Message:
- cleanups

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_text.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -3 -r1.161 -r1.162
--- ewl_text.c  11 Mar 2007 07:25:07 -0000      1.161
+++ ewl_text.c  20 Mar 2007 10:38:51 -0000      1.162
@@ -3029,7 +3029,7 @@
                         *      Although a character sequences of the length 5 
or 6
                         *      is possible it is not a legal utf8 character
                         */
-                       return FALSE;
+                       DRETURN_INT(FALSE, DLEVEL_STABLE);
        }
 
        DRETURN_INT(TRUE, DLEVEL_STABLE);
@@ -3448,7 +3448,7 @@
        cursor = evas_object_textblock_cursor_new(t->textblock);
        evas_textblock_cursor_node_first(cursor);
 
-       while(1)
+       while (TRUE)
        {
                txt = evas_textblock_cursor_node_format_get(cursor);
 
@@ -5819,7 +5819,7 @@
        DCHECK_PARAM_PTR("tx", tx);
 
        tx->ref_count --;
-       if (tx->ref_count > 0) return;
+       if (tx->ref_count > 0) DRETURN(DLEVEL_STABLE);
 
        ecore_hash_remove(context_hash, tx);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to