default theme: fix group names in fileman

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
This commit is contained in:
Xavi Artigas 2018-06-29 11:29:08 -04:00 committed by Mike Blumenkrantz
parent 1a0f5bb5e4
commit cc4aff8640
1 changed files with 6 additions and 3 deletions

View 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;