Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/efreet

Dir     : e17/libs/efreet/src/bin/compare


Modified Files:
        comp.h 


Log Message:

This isn't correct.

<Parent>
  <!--
    <!-- comment -->
    <Child>Text</Child>
  -->
</Parent>

Technically would be parsed as:

Parent Tag
  Child Tag
    Text Node - "Text"
  Text Node "-->"

But, we ignore text nodes after the first child node anyway.


===================================================================
RCS file: /cvs/e/e17/libs/efreet/src/bin/compare/comp.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- comp.h      3 Feb 2007 13:05:30 -0000       1.1
+++ comp.h      27 Apr 2007 19:57:38 -0000      1.2
@@ -1,7 +1,7 @@
 #ifndef COMP_H
 #define COMP_H
 
-#define LOOPS 1000
+#define LOOPS 1
 #define THEME "Tango"
 #define SIZE "16x16"
 



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to