[maemo-commits] [maemo-commits] r18505 - projects/haf/trunk/hildon-thumbnail/daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 27 14:28:12 EEST 2009
Author: pvanhoof
Date: 2009-05-27 14:28:07 +0300 (Wed, 27 May 2009)
New Revision: 18505

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c
Log:
2009-05-27  Philip Van Hoof  <philip at codeminded.be>

        * Bugfix for a crash reported by mail
        * Bugfix for NB#118963, cropped scaling for small images



Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c	2009-05-27 10:28:12 UTC (rev 18504)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c	2009-05-27 11:28:07 UTC (rev 18505)
@@ -426,7 +426,7 @@
 			 * than the source */
 
 			pixbuf_large1 = gdk_pixbuf_new_from_file_at_scale (path, 
-									 LARGE, LARGE, 
+									 256, 256, 
 									  TRUE,
 									 &nerror);
 			epeg_close (im);


More information about the maemo-commits mailing list