ephoto: s!e,desktop,background!e/desktop/background!

SVN revision: 60883
This commit is contained in:
Boris Faure 2011-06-30 19:25:21 +00:00
parent 428a5c50a4
commit 798b2577bc
3 changed files with 6 additions and 6 deletions

View File

@ -485,8 +485,8 @@ ephoto_thumb_path_set(Evas_Object *o, const char *path)
format = ETHUMB_THUMB_JPEG; /* faster! */
else if ((strcasecmp(ext, "edj") == 0))
{
if (edje_file_group_exists(path, "e,desktop,background"))
group = "e,desktop,background";
if (edje_file_group_exists(path, "e/desktop/background"))
group = "e/desktop/background";
else
{
Eina_List *g = edje_file_collection_list(path);

View File

@ -99,8 +99,8 @@ _viewer_add(Evas_Object *parent, const char *path)
ext++;
if ((strcasecmp(ext, "edj") == 0))
{
if (edje_file_group_exists(path, "e,desktop,background"))
group = "e,desktop,background";
if (edje_file_group_exists(path, "e/desktop/background"))
group = "e/desktop/background";
else
{
Eina_List *g = edje_file_collection_list(path);

View File

@ -147,8 +147,8 @@ _slideshow_item_get(void *data, Evas_Object *obj)
ext++;
if ((strcasecmp(ext, "edj") == 0))
{
if (edje_file_group_exists(entry->path, "e,desktop,background"))
group = "e,desktop,background";
if (edje_file_group_exists(entry->path, "e/desktop/background"))
group = "e/desktop/background";
else
{
Eina_List *g = edje_file_collection_list(entry->path);