e17/theme/evry: show icons in thumb view again..

SVN revision: 62509
This commit is contained in:
Hannes Janetzek 2011-08-16 13:11:27 +00:00
parent 70ed1d3def
commit 286dbef13d
1 changed files with 4 additions and 8 deletions

View File

@ -36186,23 +36186,20 @@ collections {
source: "e";
action: STATE_SET "default" 0.0;
target: "clip";
transition: DECELERATE 0.1;
after: "thumb_show2";
}
program {
name: "thumb_show";
signal: "e,action,thumb,show";
source: "e";
action: STATE_SET "default" 0.0;
/* transition: DECELERATE 0.02; */
action: STATE_SET "visible" 0.0;
target: "clip";
after: "thumb_show2";
}
program {
name: "thumb_show2";
action: STATE_SET "visible" 0.0;
/* transition: ACCELERATE 0.05; */
target: "base";
transition: DECELERATE 0.1;
target: "clip";
}
}
}
@ -36529,14 +36526,13 @@ collections {
source: "e";
action: STATE_SET "visible" 0.0;
target: "clip";
transition: ACCELERATE 0.02;
transition: DECELERATE 0.1;
}
program {
name: "thumb_show";
signal: "e,action,thumb,show";
source: "e";
action: STATE_SET "visible" 0.0;
transition: ACCELERATE 0.0;
target: "clip";
}
program {