theme isnt gtk specific for apps... especially not icon theme.

SVN revision: 79999
This commit is contained in:
Carsten Haitzler 2012-12-03 01:45:11 +00:00
parent 63286be95d
commit 5f4189636d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ e_modapi_init(E_Module *m)
e_configure_registry_item_add("appearance/theme", 20, _("Theme"), NULL, e_configure_registry_item_add("appearance/theme", 20, _("Theme"), NULL,
"preferences-desktop-theme", "preferences-desktop-theme",
e_int_config_theme); e_int_config_theme);
e_configure_registry_item_add("appearance/xsettings", 20, _("GTK Application Theme"), NULL, e_configure_registry_item_add("appearance/xsettings", 20, _("Application Theme"), NULL,
"preferences-desktop-theme", "preferences-desktop-theme",
e_int_config_xsettings); e_int_config_xsettings);
e_configure_registry_item_add("appearance/colors", 30, _("Colors"), NULL, e_configure_registry_item_add("appearance/colors", 30, _("Colors"), NULL,