[Goodies-commits] r2515 - in thunar-thumbnailers/trunk: . raw-thumbnailer

Erlend Davidson erland at xfce.org
Tue Feb 27 12:05:36 CET 2007


Author: erland
Date: 2007-02-27 11:05:35 +0000 (Tue, 27 Feb 2007)
New Revision: 2515

Modified:
   thunar-thumbnailers/trunk/ChangeLog
   thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer
Log:
Fixed bug #2953

Modified: thunar-thumbnailers/trunk/ChangeLog
===================================================================
--- thunar-thumbnailers/trunk/ChangeLog	2007-02-26 23:23:50 UTC (rev 2514)
+++ thunar-thumbnailers/trunk/ChangeLog	2007-02-27 11:05:35 UTC (rev 2515)
@@ -1,5 +1,9 @@
-2207-02-18	Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>
+2007-02-27	Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>
 
+	* Fixed bug #2953 (dcraw thumbnailer doesn't escape paths properly)
+
+2007-02-18	Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>
+
 	* Added an option --disable-update-mime-database to configure to make life easier for packagers
 
 2007-02-03	Erlend Davidson <E.R.M.Davidson at sms.ed.ac.uk>

Modified: thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer
===================================================================
--- thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer	2007-02-26 23:23:50 UTC (rev 2514)
+++ thunar-thumbnailers/trunk/raw-thumbnailer/raw-thumbnailer	2007-02-27 11:05:35 UTC (rev 2515)
@@ -11,4 +11,4 @@
 size=$3
  
 # invoke convert (ImageMagick)
-exec dcraw -c -e $ifile | convert - -scale "$sizex$size" "png:$ofile"
+exec dcraw -c -e "$ifile" | convert - -scale "$sizex$size" "png:$ofile"




More information about the Goodies-commits mailing list