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

SVN revision: 60883
v-1.6.0
Boris Faure 12 years ago
parent 428a5c50a4
commit 798b2577bc
  1. 4
      src/bin/ephoto_main.c
  2. 4
      src/bin/ephoto_single_browser.c
  3. 4
      src/bin/ephoto_slideshow.c

@ -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…
Cancel
Save