Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_module.c 


Log Message:
We created the submenu, so e_object_del it!

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_module.c  13 Feb 2005 10:47:57 -0000      1.17
+++ e_module.c  15 Feb 2005 11:46:54 -0000      1.18
@@ -410,7 +410,7 @@
        
        subm = dat->submenus->data;
        dat->submenus = evas_list_remove_list(dat->submenus, dat->submenus);
-       e_object_unref(E_OBJECT(subm));
+       e_object_del(E_OBJECT(subm));
      }
    free(dat);
 }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to