[maemo-commits] [maemo-commits] r18505 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed May 27 14:28:12 EEST 2009
- Previous message: [maemo-commits] r18504 - projects/haf/trunk/clutter0.8/debian
- Next message: [maemo-commits] r18506 - in projects/haf/trunk/clutter0.8: clutter clutter/cogl/gles debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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);
- Previous message: [maemo-commits] r18504 - projects/haf/trunk/clutter0.8/debian
- Next message: [maemo-commits] r18506 - in projects/haf/trunk/clutter0.8: clutter clutter/cogl/gles debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]