Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_load.c 


Log Message:


fix potential bugs in msg queu processing

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- edje_load.c 24 May 2005 17:02:00 -0000      1.64
+++ edje_load.c 25 May 2005 08:07:34 -0000      1.65
@@ -797,10 +797,10 @@
 void
 _edje_file_del(Edje *ed)
 {
-   if (!((ed->file) && (ed->collection))) return;
    _edje_message_del(ed);
    _edje_block_violate(ed);
    _edje_var_shutdown(ed);
+   if (!((ed->file) && (ed->collection))) return;
    if ((ed->file) && (ed->collection))
      {
        Evas_List *l;




-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to