forked from enlightenment/ephoto
ephoto: s!e,desktop,background!e/desktop/background!
SVN revision: 60883
This commit is contained in:
parent
428a5c50a4
commit
798b2577bc
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue