Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_util.c 


Log Message:


i dunno - be more paranoid and shit!

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_util.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- edje_util.c 21 Sep 2005 03:11:31 -0000      1.62
+++ edje_util.c 28 Sep 2005 07:13:16 -0000      1.63
@@ -1585,6 +1585,7 @@
    if (!type) return NULL;
    if (strcmp(type, "edje")) return NULL;
    ed = evas_object_smart_data_get(obj);
+   if ((ed) && (ed->delete_me)) return NULL;
    return ed;
 }
 




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to