Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_module.c e_main.c Log Message: Not e_object_unref, e_object_del =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- e_module.c 8 Feb 2005 03:51:08 -0000 1.14 +++ e_module.c 8 Feb 2005 18:06:59 -0000 1.15 @@ -7,7 +7,7 @@ /* TODO List: * * * add module types/classes - * * add list of exclusions that a mdoule cant work with + * * add list of exclusions that a module cant work with * */ @@ -66,9 +66,9 @@ E_Module *m; m = _e_modules->data; - e_object_unref(E_OBJECT(m)); + e_object_del(E_OBJECT(m)); } - e_object_unref(E_OBJECT(_e_path_modules)); + e_object_del(E_OBJECT(_e_path_modules)); _e_path_modules = NULL; return 1; } =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v retrieving revision 1.44 retrieving revision 1.45 diff -u -3 -r1.44 -r1.45 --- e_main.c 8 Feb 2005 03:51:08 -0000 1.44 +++ e_main.c 8 Feb 2005 18:07:00 -0000 1.45 @@ -738,32 +738,32 @@ { if (path_data) { - e_object_unref(E_OBJECT(path_data)); + e_object_del(E_OBJECT(path_data)); path_data = NULL; } if (path_images) { - e_object_unref(E_OBJECT(path_images)); + e_object_del(E_OBJECT(path_images)); path_images = NULL; } if (path_fonts) { - e_object_unref(E_OBJECT(path_fonts)); + e_object_del(E_OBJECT(path_fonts)); path_fonts = NULL; } if (path_themes) { - e_object_unref(E_OBJECT(path_themes)); + e_object_del(E_OBJECT(path_themes)); path_themes = NULL; } if (path_icons) { - e_object_unref(E_OBJECT(path_icons)); + e_object_del(E_OBJECT(path_icons)); path_icons = NULL; } if (path_init) { - e_object_unref(E_OBJECT(path_init)); + e_object_del(E_OBJECT(path_init)); path_init = NULL; } return 1; ------------------------------------------------------- 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