e: use some more XDG-friendly icon names.

SVN revision: 63603
This commit is contained in:
Chidambar Zinnoury 2011-09-25 13:22:43 +00:00
parent 827d340627
commit 9c495b14ca
4 changed files with 5 additions and 5 deletions

View File

@ -32130,7 +32130,7 @@ collections {
ICON("preferences-dialogs","icon_dummy.png",64) // *** // "enlightenment/dialogs"
ICON("preferences-interaction","icon_interaction.png",64) // *** // "enlightenment/interaction"
ICON("preferences-imc","icon_imc.png",64) // *** // "enlightenment/imc"
ICON("preferences-desklock","icon_desklock.png",64) // *** // "enlightenment/desklock"
ICON("preferences-system-lock-screen","icon_desklock.png",64) // *** // "enlightenment/desklock"
ICON("preferences-icon-theme","icon_icon_theme.png",64) // *** // "enlightenment/icon_theme"
ICON("preferences-transitions","icon_transitions.png",64) // *** // "enlightenment/transitions"
ICON("preferences-toolbar","icon_toolbar.png",64) // *** // "enlightenment/toolbar"
@ -32159,7 +32159,7 @@ collections {
ICON("preferences-applications-ibar","icon_applications_ibar.png",64) // *** // "enlightenment/ibar_applications"
ICON("preferences-applications-restart","icon_applications_restart.png",64) // *** // "enlightenment/restart_applications"
ICON("preferences-applications-startup","icon_applications_startup.png",64) // *** // "enlightenment/startup_applications"
ICON("preferences-applications-default","icon_advanced.png",64)
ICON("preferences-desktop-default-applications","icon_advanced.png",64)
ICON("preferences-preferences","icon_config.png",64) // "enlightenment/configuration" "enlightenment/settings"
ICON("preferences-plugin","icon_modules.png",64) // "enlightenment/modules"
ICON("preferences-system","icon_configuration.png",64) // "enlightenment/configuration" "enlightenment/settings"

View File

@ -43,7 +43,7 @@ e_modapi_init(E_Module *m)
e_int_config_apps_startup);
e_configure_registry_item_add("applications/default_applications", 70,
_("Default Applications"), NULL,
"preferences-applications-default",
"preferences-desktop-default-applications",
e_int_config_defapps);
e_configure_registry_item_add("applications/desktop_environments", 80,
_("Desktop Environments"), NULL,

View File

@ -74,7 +74,7 @@ e_int_config_desklock(E_Container *con, const char *params __UNUSED__)
v->override_auto_apply = 1;
cfd = e_config_dialog_new(con, _("Screen Lock Settings"), "E",
"screen/screen_lock", "preferences-desklock",
"screen/screen_lock", "preferences-system-lock-screen",
0, v, NULL);
return cfd;
}

View File

@ -26,7 +26,7 @@ e_modapi_init(E_Module *m)
e_int_config_display);
e_configure_registry_item_add("screen/screen_lock", 30,
_("Screen Lock"), NULL,
"preferences-desklock",
"preferences-system-lock-screen",
e_int_config_desklock);
e_configure_registry_item_add("screen/screen_saver", 40,
_("Screen Saver"), NULL,