From f6e7d9d4aa1fffb75284b04c6365d3edf3ddc4a9 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 17 Jan 2009 13:35:39 +0000 Subject: [PATCH] oops - forgot to use _elm_data_dir! fix! SVN revision: 38619 --- src/lib/elm_theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_theme.c b/src/lib/elm_theme.c index 6e51f4f..728480a 100644 --- a/src/lib/elm_theme.c +++ b/src/lib/elm_theme.c @@ -30,7 +30,7 @@ _elm_theme_group_file_find(const char *group) return file; } } - snprintf(buf, sizeof(buf), "%s/themes/%s.edj", PACKAGE_DATA_DIR, l->data); + snprintf(buf, sizeof(buf), "%s/themes/%s.edj", _elm_data_dir, l->data); if (edje_file_group_exists(buf, group)) { file = eina_stringshare_add(buf); -- 2.7.4