Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_textblock.c 


Log Message:
* [Textblock] Fix a bug. Now, only <p> tags should be buggy


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_textblock.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- etk_textblock.c     2 Jul 2006 04:01:19 -0000       1.11
+++ etk_textblock.c     2 Jul 2006 05:53:05 -0000       1.12
@@ -1110,7 +1110,7 @@
       }
       else
       {
-         if (node->tag.type == ETK_TEXTBLOCK_TAG_DEFAULT)
+         if (node->type == ETK_TEXTBLOCK_NODE_NORMAL && node->tag.type == 
ETK_TEXTBLOCK_TAG_DEFAULT)
          {
             if (node->text)
             {
@@ -1405,12 +1405,6 @@
             break;
          default:
             break;
-      }
-      
-      if (node->type == ETK_TEXTBLOCK_NODE_LINE)
-      {
-         start_tag = etk_string_new("<LINE>");
-         end_tag = etk_string_new("</LINE>");
       }
    }
    



Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to