default theme: fix group names in fileman
authorXavi Artigas <xavierartigas@yahoo.es>
Fri, 29 Jun 2018 15:29:08 +0000 (11:29 -0400)
committerBowon Ryu <bowon.ryu@samsung.com>
Wed, 4 Jul 2018 05:14:31 +0000 (14:14 +0900)
Summary:
Ref T6966
Depends on D6457

Reviewers: zmike, devilhorns

Reviewed By: zmike

Subscribers: cedric, #committers

Tags: #efl

Maniphest Tasks: T6966

Differential Revision: https://phab.enlightenment.org/D6458

data/elementary/themes/edc/fileman.edc

index 3dd3ac0..6305e2e 100644 (file)
@@ -2058,7 +2058,8 @@ group { name: "e/fileman/default/progress";
    }
 }
 
-group { name: "modules/efm_navigation/main";
+group { name: "e/modules/efm_navigation/main";
+   alias: "modules/efm_navigation/main";
    images.image: "shadow_inset_light.png" COMP;
    images.image: "shadow_angled_in_light.png" COMP;
    images.image: "sym_left_light_normal.png" COMP;
@@ -2214,7 +2215,8 @@ group { name: "modules/efm_navigation/main";
    }
 }
 
-group { name: "modules/efm_navigation/pathbar_button";
+group { name: "e/modules/efm_navigation/pathbar_button";
+   alias: "modules/efm_navigation/pathbar_button";
    images.image: "horizontal_separated_bar_small_glow.png" COMP;
    parts {
       part { name: "e.text.label"; type: TEXT; mouse_events: 0;
@@ -2302,7 +2304,8 @@ group { name: "modules/efm_navigation/pathbar_button";
    }
 }
 
-group { name: "modules/efm_navigation/pathbar_scrollframe";
+group { name: "e/modules/efm_navigation/pathbar_scrollframe";
+   alias: "modules/efm_navigation/pathbar_scrollframe";
    images.image: "sym_left_light_normal.png" COMP;
    images.image: "sym_right_light_normal.png" COMP;
    images.image: "sym_left_glow_normal.png" COMP;