Fix mismatching parameters for e_action_predef_name_{set,del}() (patch from Igor Murzov)

SVN revision: 81479
This commit is contained in:
Massimo Maiurana 2012-12-20 19:45:41 +00:00 committed by Tom Hacohen
parent add2a70c10
commit 59180d1cc8
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ e_modapi_shutdown(E_Module *m)
{
places_shutdown();
e_configure_registry_item_del("extensions/places");
e_configure_registry_category_del("extensions");
e_configure_registry_item_del("fileman/places");
e_configure_registry_category_del("fileman");
/* Kill the config dialog */
if (places_conf->cfd) e_object_del(E_OBJECT(places_conf->cfd));