Enlightenment CVS committal Author : devilhorns Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_theme.c Log Message: Minor formatting fixes. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_theme.c,v retrieving revision 1.32 retrieving revision 1.33 diff -u -3 -r1.32 -r1.33 --- e_theme.c 16 Oct 2007 11:07:52 -0000 1.32 +++ e_theme.c 1 Nov 2007 20:02:26 -0000 1.33 @@ -108,7 +108,6 @@ e_fm2_mime_handler_glob_del(theme_hdl, "*.edj"); e_fm2_mime_handler_free(theme_hdl); } - if (mappings) { evas_hash_foreach(mappings, _e_theme_mappings_free_cb, NULL); @@ -304,10 +303,11 @@ if (res) { mappings = evas_hash_del(mappings, category, res); - if (res->file) { + if (res->file) + { e_filereg_deregister(res->file); evas_stringshare_del(res->file); - } + } if (res->cache) evas_stringshare_del(res->cache); free(res); } @@ -363,9 +363,7 @@ { ect = evas_list_data(next); if (!strcmp(ect->category, category)) - { - return ect; - } + return ect; } return NULL; } @@ -382,8 +380,7 @@ ect = evas_list_data(next); if (!strcmp(ect->category, category)) { - e_config->themes = evas_list_remove_list( - e_config->themes, next); + e_config->themes = evas_list_remove_list(e_config->themes, next); if (ect->category) evas_stringshare_del(ect->category); if (ect->file) evas_stringshare_del(ect->file); free(ect); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs