From 9f0346d7e15e3925860908799830615cf1d959af Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Thu, 30 Sep 2010 16:23:17 +0000 Subject: [PATCH] * ephoto: display all image correctly, not only jpeg. Patch by Nicolas Aguirre (captainigloo). SVN revision: 52926 --- data/themes/default/ephoto.edc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/themes/default/ephoto.edc b/data/themes/default/ephoto.edc index a07f65e..47888ea 100644 --- a/data/themes/default/ephoto.edc +++ b/data/themes/default/ephoto.edc @@ -461,13 +461,14 @@ collections rel2.to: "ephoto.toolbar.swallow"; rel2.relative: 1 0; map { - on: 1; + on: 0; } } description { state: "rotate_0" 0.0; inherit: "default" 0.0; map { + on: 1; rotation { z: 0; } @@ -477,6 +478,7 @@ collections state: "rotate_90" 0.0; inherit: "default" 0.0; map { + on: 1; rotation { z: 90; } @@ -486,6 +488,7 @@ collections state: "rotate_180" 0.0; inherit: "default" 0.0; map { + on: 1; rotation { z: 180; } @@ -495,6 +498,7 @@ collections state: "rotate_270" 0.0; inherit: "default" 0.0; map { + on: 1; rotation { z: 270; }