* ephoto: display all image correctly, not only jpeg.

Patch by Nicolas Aguirre (captainigloo).


SVN revision: 52926
This commit is contained in:
Cedric BAIL 2010-09-30 16:23:17 +00:00
parent 153e9d89d6
commit 9f0346d7e1
1 changed files with 5 additions and 1 deletions

View File

@ -461,13 +461,14 @@ collections
rel2.to: "ephoto.toolbar.swallow"; rel2.to: "ephoto.toolbar.swallow";
rel2.relative: 1 0; rel2.relative: 1 0;
map { map {
on: 1; on: 0;
} }
} }
description { description {
state: "rotate_0" 0.0; state: "rotate_0" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
map { map {
on: 1;
rotation { rotation {
z: 0; z: 0;
} }
@ -477,6 +478,7 @@ collections
state: "rotate_90" 0.0; state: "rotate_90" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
map { map {
on: 1;
rotation { rotation {
z: 90; z: 90;
} }
@ -486,6 +488,7 @@ collections
state: "rotate_180" 0.0; state: "rotate_180" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
map { map {
on: 1;
rotation { rotation {
z: 180; z: 180;
} }
@ -495,6 +498,7 @@ collections
state: "rotate_270" 0.0; state: "rotate_270" 0.0;
inherit: "default" 0.0; inherit: "default" 0.0;
map { map {
on: 1;
rotation { rotation {
z: 270; z: 270;
} }