fix quickaccess settings item deletion on onload, patch from Igor Murzov

SVN revision: 81444
This commit is contained in:
Mike Blumenkrantz 2012-12-20 11:39:41 +00:00
parent a8990c74e9
commit 6418ae1c39
1 changed files with 4 additions and 0 deletions

View File

@ -74,6 +74,10 @@ e_modapi_shutdown(E_Module *m __UNUSED__)
conf_edd = e_qa_config_dd_free();
eina_log_domain_unregister(_e_quick_access_log_dom);
_e_quick_access_log_dom = -1;
e_configure_registry_item_del("launcher/quickaccess");
e_configure_registry_category_del("launcher");
e_qa_config_free(qa_config);
E_FREE(qa_mod);
qa_config = NULL;