summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_icon.c
diff options
context:
space:
mode:
authorAndy Williams <andy@andywilliams.me>2016-04-25 23:39:58 +0100
committerAndy Williams <andy@andywilliams.me>2016-04-25 23:39:58 +0100
commit9a3a8a1eb2fdaa6cd86bbac1a1f79b9334e5f859 (patch)
tree0984bb217fdc1c3c701172561689b2099e56eee0 /src/lib/elementary/elm_icon.c
parent339e5721717a01bb70c481ffda53f2c246dd29fd (diff)
downloadefl-9a3a8a1eb2fdaa6cd86bbac1a1f79b9334e5f859.tar.gz
elementary: Provide the user an icon config gui
This allows users to specify the theme (elm or fdo) to use in elm apps. I'll hook this into E as well...
Diffstat (limited to 'src/lib/elementary/elm_icon.c')
-rw-r--r--src/lib/elementary/elm_icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elementary/elm_icon.c b/src/lib/elementary/elm_icon.c
index 55fc2d9414..0e3fc43ac0 100644
--- a/src/lib/elementary/elm_icon.c
+++ b/src/lib/elementary/elm_icon.c
@@ -276,7 +276,7 @@ _icon_freedesktop_set(Evas_Object *obj,
{
Efreet_Icon_Theme *theme;
/* TODO: Listen for EFREET_EVENT_ICON_CACHE_UPDATE */
- theme = efreet_icon_theme_find(getenv("E_ICON_THEME"));
+ theme = efreet_icon_theme_find(elm_config_icon_theme_get());
if (!theme)
{
const char **itr;