summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-09 13:31:14 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2007-01-09 13:31:14 +0000
commitbf433d6b2225a8982526d0cc597d38b6c07d8047 (patch)
tree4881fc1d1d74423e92643d6ab976ba0b465254cd /ChangeLog
parent7ec597989b41048ae917023b8b1f1f708e48459c (diff)
downloadlibgpod-bf433d6b2225a8982526d0cc597d38b6c07d8047.tar.gz
libgpod-bf433d6b2225a8982526d0cc597d38b6c07d8047.tar.xz
libgpod-bf433d6b2225a8982526d0cc597d38b6c07d8047.zip
* src/pixmaps.c
src/pixmaps.h: New files containing last-resort pixmap in case thumbnail/photo could not be added. Will not produce code if the gdk-pixubf library is not present. * src/ithumb-writer.c: use above pixmap instead of red canvas. * src/Makefile.am: added pixmaps.[ch] git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1352 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47a1067..b84cdb7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-01-09 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
+ * src/pixmaps.c
+ src/pixmaps.h: New files containing last-resort pixmap in case
+ thumbnail/photo could not be added. Will not produce code
+ if the gdk-pixubf library is not present.
+
+ * src/ithumb-writer.c: use above pixmap instead of red canvas.
+
+ * src/Makefile.am: added pixmaps.[ch]
+
2007-01-08 Jorg Schuler <jcsjcs at users.sourceforge.net>
* README: updated information about photo support