diff options
author | Davide Andreoli <dave@gurumeditation.it> | 2009-03-15 17:41:46 +0000 |
---|---|---|
committer | Davide Andreoli <dave@gurumeditation.it> | 2009-03-15 17:41:46 +0000 |
commit | eb2d1db1dc36c14077b817ba8e8bf45107cce17a (patch) | |
tree | 6a4fadbd65c8443e13468c11155684077538c9c3 /src/modules/conf_theme/e_mod_main.c | |
parent | 2422e04b20b57bc7db990badf7665b965616fa3c (diff) | |
download | enlightenment-eb2d1db1dc36c14077b817ba8e8bf45107cce17a.tar.gz |
Icon rename finished. Now we have a fully compliant icon theme :)
now I'm going to fix E-MODULE-EXTRA...
SVN revision: 39495
Diffstat (limited to 'src/modules/conf_theme/e_mod_main.c')
-rw-r--r-- | src/modules/conf_theme/e_mod_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/conf_theme/e_mod_main.c b/src/modules/conf_theme/e_mod_main.c index 37a0e18672..480817149f 100644 --- a/src/modules/conf_theme/e_mod_main.c +++ b/src/modules/conf_theme/e_mod_main.c @@ -35,7 +35,7 @@ EAPI E_Module_Api e_modapi = EAPI void * e_modapi_init(E_Module *m) { - e_configure_registry_category_add("appearance", 10, _("Look"), NULL, "enlightenment/appearance"); + e_configure_registry_category_add("appearance", 10, _("Look"), NULL, "preferences-appearance"); e_configure_registry_item_add("appearance/theme", 20, _("Theme"), NULL, "preferences-desktop-theme", e_int_config_theme); maug = e_int_menus_menu_augmentation_add("config/1", _e_mod_menu_add, NULL, NULL, NULL); |