Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_shelf.c Log Message: Delete shelves on shutdown. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_shelf.c,v retrieving revision 1.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- e_shelf.c 2 Mar 2007 17:00:20 -0000 1.49 +++ e_shelf.c 24 Mar 2007 16:58:49 -0000 1.50 @@ -35,6 +35,14 @@ EAPI int e_shelf_shutdown(void) { + while (shelves) + { + E_Shelf *es; + + es = shelves->data; + e_object_del(E_OBJECT(es)); + } + return 1; } @@ -42,7 +50,7 @@ e_shelf_config_init(void) { Evas_List *l; - + while (shelves) { E_Shelf *es; ------------------------------------------------------------------------- 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