Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c 


Log Message:
yikes

===================================================================
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- edje_load.c 27 May 2007 05:28:07 -0000      1.105
+++ edje_load.c 12 Jul 2007 21:30:36 -0000      1.106
@@ -443,7 +443,7 @@
             Edje_Real_Part *rp;
 
             rp = ed->table_parts[i];
-            if (!rp->part->type == EDJE_PART_TYPE_GROUP) continue;
+            if (rp->part->type != EDJE_PART_TYPE_GROUP) continue;
             if (rp->part->source)
               {
                  Evas_List *l;



-------------------------------------------------------------------------
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