oops - forgot to use _elm_data_dir! fix!

SVN revision: 38619
This commit is contained in:
Carsten Haitzler 2009-01-17 13:35:39 +00:00
parent e737a9e838
commit e385c359ec
1 changed files with 1 additions and 1 deletions

View File

@ -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);