From 40f8eb4522cbbbbe24457d8571bb537053c50737 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Tue, 12 Jun 2012 16:02:57 +0000 Subject: [PATCH] use images/terminology.png SVN revision: 72038 --- src/bin/win.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/win.c b/src/bin/win.c index 20334de1..9d34b7a6 100644 --- a/src/bin/win.c +++ b/src/bin/win.c @@ -15,7 +15,7 @@ tg_win_add(void) elm_win_icon_name_set(win, "Terminology"); o = evas_object_image_add(evas_object_evas_get(win)); - snprintf(buf, sizeof(buf), "%s/icons/terminology.png", + snprintf(buf, sizeof(buf), "%s/images/terminology.png", elm_app_data_dir_get()); evas_object_image_file_set(o, buf, NULL); elm_win_icon_object_set(win, o);