[maemo-commits] [maemo-commits] r18541 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri May 29 13:55:38 EEST 2009
- Previous message: [maemo-commits] r18540 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
- Next message: [maemo-commits] r18542 - projects/haf/trunk/hildon-thumbnail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2009-05-29 13:55:37 +0300 (Fri, 29 May 2009) New Revision: 18541 Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c Log: Commented out LARGE so that we definitely don't use it anymre Modified: projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c =================================================================== --- projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c 2009-05-29 10:54:34 UTC (rev 18540) +++ projects/haf/trunk/hildon-thumbnail/daemon/plugins/epeg-plugin.c 2009-05-29 10:55:37 UTC (rev 18541) @@ -57,7 +57,7 @@ #include "epeg-plugin.h" #include <hildon-thumbnail-plugin.h> - +/* #ifdef LARGE_THUMBNAILS #define LARGE LARGE #else @@ -67,8 +67,8 @@ #define LARGE 124 #endif #endif +*/ - static gchar **supported = NULL; static gboolean do_cropped = TRUE; static GFileMonitor *monitor = NULL;
- Previous message: [maemo-commits] r18540 - projects/haf/trunk/hildon-thumbnail/daemon/plugins
- Next message: [maemo-commits] r18542 - projects/haf/trunk/hildon-thumbnail
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]