summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-07-06 09:42:07 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-07-06 09:42:07 +0000
commitd12208b30fe99cd3ed1d6c4a5b8cddb9ad36653a (patch)
treeed995899f5e42d12a1d7511ecb62a99a84389294 /ChangeLog
parent4c0222840c33ff472e07695ea7e159df8202392d (diff)
downloadlibgpod-d12208b30fe99cd3ed1d6c4a5b8cddb9ad36653a.tar.gz
libgpod-d12208b30fe99cd3ed1d6c4a5b8cddb9ad36653a.tar.xz
libgpod-d12208b30fe99cd3ed1d6c4a5b8cddb9ad36653a.zip
Fix bug in thumbnail resizing when not cropping which caused duplicated lines at the bottom of thumbnails
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2036 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3d10dc..fc7e6fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-07-06 Christophe Fergeau <teuf@gnome.org>
+
+ * src/ithumb-writer.c: fix bug in the function scaling and cropping
+ thumbnails, in the non-cropping case, the returned pixbuf size
+ didn't reflect the size of the scaled pixbuf
+
2008-07-05 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-parser.c: fix small memory leak