[maemo-commits] [maemo-commits] r18350 - in projects/haf/trunk/hildon-thumbnail: . thumbs

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed May 13 15:34:39 EEST 2009
Author: pvanhoof
Date: 2009-05-13 15:34:35 +0300 (Wed, 13 May 2009)
New Revision: 18350

Modified:
   projects/haf/trunk/hildon-thumbnail/ChangeLog
   projects/haf/trunk/hildon-thumbnail/thumbs/hildon-thumbnail-obj.c
Log:
2009-05-13  Philip Van Hoof  <pvanhoof at codeminded.be>

        * thumbs/hildon-thumbnail-obj.c: Bugfix for problem spotted by Jukka 
        Alasalmi, the new OO API didn't care about the passed width and hight
        when doing its final rescale



Modified: projects/haf/trunk/hildon-thumbnail/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-05-13 11:42:47 UTC (rev 18349)
+++ projects/haf/trunk/hildon-thumbnail/ChangeLog	2009-05-13 12:34:35 UTC (rev 18350)
@@ -1,5 +1,11 @@
 2009-05-13  Philip Van Hoof  <pvanhoof at codeminded.be>
 
+	* thumbs/hildon-thumbnail-obj.c: Bugfix for problem spotted by Jukka
+	Alasalmi, the new OO API didn't care about the passed width and hight
+	when doing its final rescale
+
+2009-05-13  Philip Van Hoof  <pvanhoof at codeminded.be>
+
 	* daemon/thumbnailer.c: Made the large queue one for items > 50
 	instead of > 10, fixes Bug# 116353.
 

Modified: projects/haf/trunk/hildon-thumbnail/thumbs/hildon-thumbnail-obj.c
===================================================================
--- projects/haf/trunk/hildon-thumbnail/thumbs/hildon-thumbnail-obj.c	2009-05-13 11:42:47 UTC (rev 18349)
+++ projects/haf/trunk/hildon-thumbnail/thumbs/hildon-thumbnail-obj.c	2009-05-13 12:34:35 UTC (rev 18350)
@@ -498,6 +498,8 @@
 	r_priv->pcallback = pcallback;
 	r_priv->ucallback = ucallback;
 	r_priv->destroy = destroy;
+	r_priv->width = width;
+	r_priv->height = height;
 
 	/* This only matters if we have either large or normal thumbs enabled, 
 	 * else we always want the cropped ones */


More information about the maemo-commits mailing list