From f6984f6c12902b4f52ae89f3059a310358d00ed8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 23 Oct 2008 00:42:09 +0000 Subject: [PATCH] and fix minor oopses in theme - missing bits SVN revision: 37007 --- data/themes/default.edc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/themes/default.edc b/data/themes/default.edc index 81ddde29b..79feb0ec2 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -10356,6 +10356,7 @@ collections { /* begin the collection of edje groups that are in this file */ } } group { name: "e/fileman/default/scrollframe"; + alias: "e/fileman/desktop/scrollframe"; // FIXME: separate images { image: "inset_sunk.png" COMP; image: "arrow_left.png" COMP; @@ -11079,7 +11080,7 @@ collections { /* begin the collection of edje groups that are in this file */ } group { name: "e/fileman/default/overlay"; - alias: "e/fileman/default/overlay"; + alias: "e/fileman/desktop/overlay"; images { image: "busy-1.png" COMP; image: "busy-2.png" COMP;