summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJorg Schuler <jcsjcs@users.sourceforge.net>2006-02-03 18:44:48 +0000
committerJorg Schuler <jcsjcs@users.sourceforge.net>2006-02-03 18:44:48 +0000
commitf9fde30532d89f85d88de0c294519bf636dc5a4c (patch)
tree6b976f7e493d197c15a1ee61bd462759f2a05bb6 /ChangeLog
parent471cbe6cf51414f718ca1b80b668376dc30ca73c (diff)
downloadlibgpod-f9fde30532d89f85d88de0c294519bf636dc5a4c.tar.gz
libgpod-f9fde30532d89f85d88de0c294519bf636dc5a4c.tar.xz
libgpod-f9fde30532d89f85d88de0c294519bf636dc5a4c.zip
* src/itdb_itunesdb.c, src/itdb_playlist.c, src/ithumb-writer.c:
removed nested-functions. Thanks to Brian Jackson for the patch (he was not the only to send patches -- please, nobody feel offended that I didn't act sooner). git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1201 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23532b4..599004d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-01-03 Jorg Schuler <jcsjcs at users.sourceforge.net>
+ * src/itdb_itunesdb.c, src/itdb_playlist.c, src/ithumb-writer.c:
+ removed nested-functions. Thanks to Brian Jackson for the patch
+ (he was not the only to send patches -- please, nobody feel
+ offended that I didn't act sooner).
+
+2005-01-03 Jorg Schuler <jcsjcs at users.sourceforge.net>
+
* src/ipod-device.c: (ipod_device_set_property) check hal_context
before accessing it to avoid segfault when hald is not running.