From 97c51a670157cc50eec65f59d6f62ab5eb0df361 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 29 Jun 2018 11:29:33 -0400 Subject: [PATCH] default theme: fix part names in illume Summary: Ref T6966 Depends on D6460 Reviewers: zmike, devilhorns Reviewed By: zmike Subscribers: cedric, #committers Tags: #efl Maniphest Tasks: T6966 Differential Revision: https://phab.enlightenment.org/D6461 --- data/elementary/themes/edc/illume.edc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/elementary/themes/edc/illume.edc b/data/elementary/themes/edc/illume.edc index 54d8818d57..3e71c97197 100644 --- a/data/elementary/themes/edc/illume.edc +++ b/data/elementary/themes/edc/illume.edc @@ -471,7 +471,8 @@ group { name: "e/modules/illume_mode_toggle/main"; } } -group { name: "modules/illume-indicator/window"; +group { name: "e/modules/illume-indicator/window"; + alias: "modules/illume-indicator/window"; data { // item: "shaped" "1"; } @@ -564,7 +565,8 @@ group { name: "modules/illume-indicator/window"; } } -group { name: "modules/illume-softkey/window"; +group { name: "e/modules/illume-softkey/window"; + alias: "modules/illume-softkey/window"; data { // item: "shaped" "1"; }