express: Don't need to call the second show program here

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-04-13 20:22:15 -04:00
parent cd06d81420
commit 916c9bfa67
1 changed files with 6 additions and 6 deletions

View File

@ -262,7 +262,7 @@ collections
action: STATE_SET "visible" 0.0;
transition: DECELERATE 0.4;
target: "options_tools";
after: "option_tools_show2";
/* after: "option_tools_show2"; */
}
program
{
@ -272,11 +272,11 @@ collections
transition: DECELERATE 0.2;
target: "options_tools";
}
program
{
name: "option_tools_show2";
action: SIGNAL_EMIT "options,tools,show,done" "express";
}
/* program */
/* { */
/* name: "option_tools_show2"; */
/* action: SIGNAL_EMIT "options,tools,show,done" "express"; */
/* } */
program
{
signal: "options,extra,show";