[maemo-commits] [maemo-commits] r16055 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 8 15:41:07 EEST 2008
Author: pvanhoof
Date: 2008-09-08 15:41:06 +0300 (Mon, 08 Sep 2008)
New Revision: 16055

Modified:
   projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c
Log:
Other resolution for cropped

Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c
===================================================================
--- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c	2008-09-08 12:38:00 UTC (rev 16054)
+++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c	2008-09-08 12:41:06 UTC (rev 16055)
@@ -295,7 +295,7 @@
 		if (nerror)
 			goto nerror_handler;
 
-		pixbuf_cropped = crop_resize (pixbuf, 94, 94);
+		pixbuf_cropped = crop_resize (pixbuf, 124, 124);
 
 		gdk_pixbuf_unref (pixbuf);
 


More information about the maemo-commits mailing list