fix popout theme - bits didnt get shown.

SVN revision: 38601
This commit is contained in:
Carsten Haitzler 2009-01-16 02:48:51 +00:00
parent 154eb3b4c0
commit a3e581785e
1 changed files with 2 additions and 0 deletions

View File

@ -3321,6 +3321,7 @@ collections {
source: "elm";
action: STATE_SET "visible" 0.0;
transition: DECELERATE 0.5;
target: "bottom";
target: "elm.swallow.slot.bottom";
}
program { name: "bottomhide";
@ -3328,6 +3329,7 @@ collections {
source: "elm";
action: STATE_SET "default" 0.0;
transition: DECELERATE 0.5;
target: "bottom";
target: "elm.swallow.slot.bottom";
}
}