summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-07-06 09:42:07 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-07-06 09:42:07 +0000
commit1cc7aea053dfc4013a6ad1b2be6eb1e658371b7e (patch)
treeed995899f5e42d12a1d7511ecb62a99a84389294 /ChangeLog
parent6976d4dba28d3dcfcb6c7d239446ea312f77f8f2 (diff)
downloadlibgpod-tmz-1cc7aea053dfc4013a6ad1b2be6eb1e658371b7e.tar.gz
libgpod-tmz-1cc7aea053dfc4013a6ad1b2be6eb1e658371b7e.tar.xz
libgpod-tmz-1cc7aea053dfc4013a6ad1b2be6eb1e658371b7e.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