From 8b523c21e2e54bfbf072f39f8234d3a289e3ce26 Mon Sep 17 00:00:00 2001 From: Stephen okra Houston Date: Sat, 5 Nov 2016 10:27:04 -0500 Subject: [PATCH] Luncher theme: Handle the updated signal for icons in their off state. --- data/elementary/themes/edc/luncher.edc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/data/elementary/themes/edc/luncher.edc b/data/elementary/themes/edc/luncher.edc index cb25f865e2..d20684b3fe 100644 --- a/data/elementary/themes/edc/luncher.edc +++ b/data/elementary/themes/edc/luncher.edc @@ -24,6 +24,8 @@ group { name: "e/gadget/luncher/icon"; parts { part { name: "item_clip"; type: RECT; description { state: "default" 0.0; + rel1.to: "e.swallow.icon"; + rel2.to: "e.swallow.icon"; rel1.offset: -100 -100; rel2.offset: 99 99; color: 255 255 255 255; @@ -124,6 +126,12 @@ group { name: "e/gadget/luncher/icon"; rel1.offset: 1 0; rel2.offset: -1 -1; } + description { state: "full" 0.0; + inherit: "default" 0.0; + visible: 1; + rel1.relative: -1.0 -1.0; + link.base: "e,state,zoom,full" "e"; + } } part { name: "obackground"; type: RECT; repeat_events: 1; @@ -217,7 +225,7 @@ group { name: "e/gadget/luncher/icon"; transition: ACCELERATE 0.1; } program { name: "icon_off"; - signal: "e,state,off"; source: "e"; + signal: "e,state,off,*"; source: "e"; action: STATE_SET "default" 0.0; target: "indicator"; target: "e.swallow.icon";