summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2003-09-08 21:08:27 +0000
committerBastien Nocera <hadess@src.gnome.org>2003-09-08 21:08:27 +0000
commit03677b1dc586a86b63c95a9f03a29d6ee33561dd (patch)
treee3b11d4671f6396cee46d017c735f06520187be1
parent93539e75bae24315d1cf63d832d10e5f4ccb2eec (diff)
downloadnautilus-03677b1dc586a86b63c95a9f03a29d6ee33561dd.tar.gz
get the volume name correctly on CDs where the data track is not the first
2003-09-11 Bastien Nocera <hadess@hadess.net> * libnautilus-private/nautilus-volume-monitor.c: (get_iso9660_volume_name_data_track_offset), (get_iso9660_volume_name): get the volume name correctly on CDs where the data track is not the first track (Linux only)
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 67c30c7e1..e0454acf9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-09-11 Bastien Nocera <hadess@hadess.net>
+
+ * libnautilus-private/nautilus-volume-monitor.c:
+ (get_iso9660_volume_name_data_track_offset),
+ (get_iso9660_volume_name): get the volume name correctly on CDs
+ where the data track is not the first track (Linux only)
+
=== nautilus 2.4.0 ===
2003-09-08 Alexander Larsson <alexl@redhat.com>