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

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Dec 8 18:49:49 EET 2008
Author: pvanhoof
Date: 2008-12-08 18:49:48 +0200 (Mon, 08 Dec 2008)
New Revision: 16894

Modified:
   projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c
Log:
Bugfix

Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c	2008-12-08 16:47:00 UTC (rev 16893)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c	2008-12-08 16:49:48 UTC (rev 16894)
@@ -302,7 +302,7 @@
 							    width,
 							    height,
 							    rowstride,
-							    gdk_pixbuf_get_bits_per_sample (pixbuf),
+							    gdk_pixbuf_get_bits_per_sample (pixbuf_cropped),
 							    FALSE,
 							    HILDON_THUMBNAIL_PLUGIN_OUTTYPE_CROPPED,
 							    mtime, 


More information about the maemo-commits mailing list