diff options
| author | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-08 09:05:38 +0000 |
|---|---|---|
| committer | teuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-11-08 09:05:38 +0000 |
| commit | 5e9dfa1835ec1bfe8dd06ef2b1546f888b01e286 (patch) | |
| tree | 938d69eb9b036dd973736559377a43750cbb61ab | |
| parent | e7c0f4f2a599a5c04dd85ede83dc952aad3af9b3 (diff) | |
| download | libgpod-5e9dfa1835ec1bfe8dd06ef2b1546f888b01e286.tar.gz libgpod-5e9dfa1835ec1bfe8dd06ef2b1546f888b01e286.tar.xz libgpod-5e9dfa1835ec1bfe8dd06ef2b1546f888b01e286.zip | |
2005-11-08 Christophe Fergeau <teuf@gnome.org>
* src/ipod-device.c:
* src/ipod-device.h: update comments to reflect the fact we are using
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1144 f01d2545-417e-4e96-918e-98f8d0dbbcb6
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | src/ipod-device.c | 2 | ||||
| -rw-r--r-- | src/ipod-device.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,11 @@ 2005-11-08 Christophe Fergeau <teuf@gnome.org> + * src/ipod-device.c: + * src/ipod-device.h: update comments to reflect the fact we are using + #ifdef HAVE_LIBHAL instead of #if HAVE_LIBHAL now + +2005-11-08 Christophe Fergeau <teuf@gnome.org> + * src/hal-common.c: * src/hal-common.h: * src/ipod-device.c: (ipod_device_set_property), diff --git a/src/ipod-device.c b/src/ipod-device.c index c085265..b616f07 100644 --- a/src/ipod-device.c +++ b/src/ipod-device.c @@ -17,7 +17,7 @@ | | The following changes were done: | -| - libhal becomes optional (see #if HAVE_LIBHAL sections) +| - libhal becomes optional (see #ifdef HAVE_LIBHAL sections) | - g_mkdir_with_parents() is provided if not available (glib < 2.8) | - publicly available functions were renamed from ipod_device_...() | to itdb_device_...() diff --git a/src/ipod-device.h b/src/ipod-device.h index dc21c44..958d042 100644 --- a/src/ipod-device.h +++ b/src/ipod-device.h @@ -17,7 +17,7 @@ | | The following changes were done: | -| - libhal becomes optional (see #if HAVE_LIBHAL sections) +| - libhal becomes optional (see #ifdef HAVE_LIBHAL sections) | - publicly available functions were renamed from ipod_device_...() | to itdb_device_...() | |
