disconnect state also needs to be handled

SVN revision: 44853
This commit is contained in:
Gustavo Sverzut Barbieri 2010-01-02 18:37:50 +00:00
parent d41cc63c97
commit c413f797d4
1 changed files with 16 additions and 0 deletions

View File

@ -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";