From efe4d26359344e26be10540422e5324fb4295ad0 Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Sat, 19 May 2007 03:29:43 +0000 Subject: * src/itdb_device.c (itdb_set_sysinfo): Corrected comment. Thanks to Daniele Forsi. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1437 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 3 +++ src/itdb_device.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4532ff4..6df5b3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,9 @@ * src/itdb_itunesdb.c (playcounts_init): C&P error stat'ing the wrong file. Thanks to Raymond Walsh. + * src/itdb_device.c (itdb_set_sysinfo): Corrected comment. Thanks + to Daniele Forsi. + 2007-05-17 Jorg Schuler * src/itdb.h: warning about adding string fields diff --git a/src/itdb_device.c b/src/itdb_device.c index cbff36e..a79f0a4 100644 --- a/src/itdb_device.c +++ b/src/itdb_device.c @@ -496,7 +496,7 @@ gchar *itdb_device_get_sysinfo (Itdb_Device *device, const gchar *field) * @value: value to set (or NULL to remove the field). * * Set specified field. It can later be written to the iPod using - * itdb_device_read_sysinfo + * itdb_device_write_sysinfo() * **/ void itdb_device_set_sysinfo (Itdb_Device *device, -- cgit