remove configuration dialog on exit

SVN revision: 32491
This commit is contained in:
Davide Andreoli 2007-11-08 15:31:12 +00:00
parent f6d9113396
commit ce10c5504a
1 changed files with 4 additions and 1 deletions

View File

@ -65,7 +65,10 @@ EAPI int
e_modapi_shutdown(E_Module *m)
{
Population *pop;
e_configure_registry_item_del("appearance/penguins");
e_configure_registry_category_del("appearance");
pop = m->data;
if (pop)
{