From c413f797d412bcc0953afa93ce148cf39881433e Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Sat, 2 Jan 2010 18:37:50 +0000 Subject: [PATCH] disconnect state also needs to be handled SVN revision: 44853 --- data/themes/default.edc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data/themes/default.edc b/data/themes/default.edc index 81aef7c43..4b8393bed 100644 --- a/data/themes/default.edc +++ b/data/themes/default.edc @@ -7124,6 +7124,14 @@ collections { /* begin the collection of edje groups that are in this file */ target: "state-inverted-clipper"; after: "state-connecting-stop"; } + program { name: "e,changed,state,disconnect"; + signal: "e,changed,state,disconnect"; + source: "e"; + action: STATE_SET "default" 0.0; + target: "state-clipper"; + target: "state-inverted-clipper"; + after: "state-connecting-stop"; + } program { name: "e,changed,state,association"; signal: "e,changed,state,association"; @@ -7488,6 +7496,14 @@ collections { /* begin the collection of edje groups that are in this file */ target: "state-inverted-clipper"; after: "state-connecting-stop"; } + program { name: "e,changed,state,disconnect"; + signal: "e,changed,state,disconnect"; + source: "e"; + action: STATE_SET "default" 0.0; + target: "state-clipper"; + target: "state-inverted-clipper"; + after: "state-connecting-stop"; + } program { name: "e,changed,state,association"; signal: "e,changed,state,association";