diff options
author | toma <toma> | 2008-09-21 07:43:46 +0000 |
---|---|---|
committer | toma <toma@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33> | 2008-09-21 07:43:46 +0000 |
commit | 4a16cd4191ec353129e8ce1de92a6370e882ee5a (patch) | |
tree | 95ee4783278aee786f74990d15cf503c9ffb265a /src/modules/conf_fonts | |
parent | d99104e0be6d39228e821b8f97df452357acece2 (diff) | |
download | enlightenment-4a16cd4191ec353129e8ce1de92a6370e882ee5a.tar.gz |
Bit of an API break for themes. The icon to tell you something is set is now enlightenment/check and not enlightenment/e. This gives a more logical display that something is set. Ive added the changed to blingbling too to maintain an icon in that spot. Other themes will need to create an icon called e/icon/enlightenment/check to get this working. It is used in the Adv theme selector, profiles, colours, fonts and language.
SVN revision: 36142
Diffstat (limited to 'src/modules/conf_fonts')
-rw-r--r-- | src/modules/conf_fonts/e_int_config_fonts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/conf_fonts/e_int_config_fonts.c b/src/modules/conf_fonts/e_int_config_fonts.c index 2fbe77f93f..f929c39c9d 100644 --- a/src/modules/conf_fonts/e_int_config_fonts.c +++ b/src/modules/conf_fonts/e_int_config_fonts.c @@ -736,7 +736,7 @@ _class_list_load(E_Config_Dialog_Data *cfdata) if (tc->enabled) { ic = edje_object_add(evas); - e_util_edje_icon_set(ic, "enlightenment/e"); + e_util_edje_icon_set(ic, "enlightenment/check"); } else ic = NULL; |