From 240bfb1dff3b231f84b86a730b56edee55139888 Mon Sep 17 00:00:00 2001
From: Fabien Morin <fabien@nexedi.com>
Date: Thu, 8 Apr 2010 08:15:43 +0000
Subject: [PATCH] do not set default image_format on preview. This mean that an
 image will be previewed in the same format she has been uploaded.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34355 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../erp5_core/Base_viewFieldLibrary/my_thumbnail.xml            | 2 +-
 product/ERP5/bootstrap/erp5_core/bt/revision                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_thumbnail.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_thumbnail.xml
index 5f1133ca8a..0acc20b7ea 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_thumbnail.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Base_viewFieldLibrary/my_thumbnail.xml
@@ -262,7 +262,7 @@
                 </item>
                 <item>
                     <key> <string>image_format</string> </key>
-                    <value> <string>png</string> </value>
+                    <value> <string></string> </value>
                 </item>
                 <item>
                     <key> <string>image_resolution</string> </key>
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index daa7729f36..c73c6e3673 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1552
\ No newline at end of file
+1553
\ No newline at end of file
-- 
2.30.9