[maemo-commits] [maemo-commits] r18540 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri May 29 13:54:35 EEST 2009
- Previous message: [maemo-commits] r18539 - in projects/haf/trunk/libmatchbox2: . debian matchbox/client-types
- Next message: [maemo-commits] r18541 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof
Date: 2009-05-29 13:54:34 +0300 (Fri, 29 May 2009)
New Revision: 18540
Modified:
projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-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-29 09:45:36 UTC (rev 18539)
+++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c 2009-05-29 10:54:34 UTC (rev 18540)
@@ -421,7 +421,7 @@
// printf ("%dx%d -> %dx%d\n", ow, oh, ww, wh);
- if (ow < LARGE || oh < LARGE) {
+ if (ow < 256 || oh < 256) {
/* Epeg doesn't behave as expected when the destination is larger
* than the source */
- Previous message: [maemo-commits] r18539 - in projects/haf/trunk/libmatchbox2: . debian matchbox/client-types
- Next message: [maemo-commits] r18541 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
