fix action deletion when unloading conf2

SVN revision: 82463
This commit is contained in:
Mike Blumenkrantz 2013-01-09 14:50:20 +00:00
parent 8e127335cb
commit 01a0ddfc9e
1 changed files with 2 additions and 2 deletions

View File

@ -365,8 +365,8 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED)
/* remove module-supplied action */
if (act)
{
e_action_predef_name_del("Launch", "Control Panel");
e_action_del("conf2");
e_action_predef_name_del(N_("Launch"), N_("Control Panel"));
e_action_del("configuration");
act = NULL;
}
conf_module = NULL;