Make an interactions icon possible.

SVN revision: 38917
This commit is contained in:
toma 2009-02-03 12:07:59 +00:00 committed by toma
parent 2118a0dd95
commit 4f4ffb5354
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ e_int_config_interaction(E_Container *con, const char *params __UNUSED__)
cfd = e_config_dialog_new(con,
_("Interaction Settings"),
"E", "_config_config_interaction_dialog",
"enlightenment/configuration", 0, v, NULL);
"enlightenment/interaction", 0, v, NULL);
return cfd;
}

View File

@ -32,7 +32,7 @@ EAPI void *
e_modapi_init(E_Module *m)
{
e_configure_registry_category_add("keyboard_and_mouse", 80, _("Input"), NULL, "enlightenment/behavior");
e_configure_registry_item_add("keyboard_and_mouse/interaction", 11, _("Interaction"), NULL, "enlightenment/configuration", e_int_config_interaction);
e_configure_registry_item_add("keyboard_and_mouse/interaction", 11, _("Interaction"), NULL, "enlightenment/interaction", e_int_config_interaction);
conf_module = m;
e_module_delayed_set(m, 1);
return m;