Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_order.c 


Log Message:
Don't del order objects on shutdown, it's the job of the creators.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_order.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_order.c   4 Apr 2007 22:25:41 -0000       1.11
+++ e_order.c   5 Apr 2007 06:06:39 -0000       1.12
@@ -26,14 +26,7 @@
 EAPI int
 e_order_shutdown(void)
 {
-   Evas_List *l, *tmp;
-
-   for (l = orders; l;)
-     {
-       tmp = l;
-       l = l->next;
-       e_object_del(E_OBJECT(tmp->data));
-     }
+   orders = evas_list_free(orders);
    return 1;
 }
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to