[maemo-commits] [maemo-commits] r18447 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue May 19 18:45:50 EEST 2009
- Previous message: [maemo-commits] r18446 - projects/haf/tags/dosfstools
- Next message: [maemo-commits] r18448 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2009-05-19 18:45:34 +0300 (Tue, 19 May 2009) New Revision: 18447 Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c Log: Bugfix Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c =================================================================== --- projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c 2009-05-19 15:14:46 UTC (rev 18446) +++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c 2009-05-19 15:45:34 UTC (rev 18447) @@ -316,8 +316,7 @@ static GdkPixbuf* crop_resize (GdkPixbuf *src, int width, int height) { - return g_object_ref (src); - //return hildon_thumbnail_crop_resize (src, width, height); + return hildon_thumbnail_crop_resize (src, width, height); } @@ -419,7 +418,7 @@ epeg_size_get (im, &ow, &oh); - wanted_size (ow, oh, LARGE , LARGE, &ww, &wh); + wanted_size (ow, oh, 256 , 256, &ww, &wh); // printf ("%dx%d -> %dx%d\n", ow, oh, ww, wh); Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c =================================================================== --- projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c 2009-05-19 15:14:46 UTC (rev 18446) +++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/gdkpixbuf-plugin.c 2009-05-19 15:45:34 UTC (rev 18447) @@ -92,7 +92,6 @@ static GdkPixbuf* crop_resize (GdkPixbuf *src, int width, int height) { - return hildon_thumbnail_crop_resize (src, width, height); }
- Previous message: [maemo-commits] r18446 - projects/haf/tags/dosfstools
- Next message: [maemo-commits] r18448 - in projects/haf/trunk/libmatchbox2: . debian matchbox/core
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]