summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorJ. Ali Harlow <ali@juiblex.co.uk>2004-03-22 21:28:07 +0000
committerJ. Ali Harlow <j_ali@src.gnome.org>2004-03-22 21:28:07 +0000
commitc1b6f772a8e6ec26dda2b6d2ec09d6ec8f5f3e42 (patch)
treec79b8b832a2101842c58c855c3f7dcd729131c4a /ChangeLog.pre-2-4
parent54818a71bc7528cb87e6141c7098510d47dfc1d5 (diff)
downloadgtk+-c1b6f772a8e6ec26dda2b6d2ec09d6ec8f5f3e42.tar.gz
Ignore empty volume labels; assume that GetVolumeInformation would fail if
2004-03-22 J. Ali Harlow <ali@juiblex.co.uk> * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): Ignore empty volume labels; assume that GetVolumeInformation would fail if GetVolumeInformationW does; catches a small memory leak; pass the buffer size to GetVolumeInformationW in wide characters instead of bytes. Fixes bug #137543 (list_volumes): Cope with the theoretical possibility of more than 26 logical drives. Fixes bug #137940 (bookmarks_serialize): Now actually removes bookmarks. Fixes bug #137943
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-413
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 63d53cf934..9ec56fe234 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,16 @@
+2004-03-22 J. Ali Harlow <ali@juiblex.co.uk>
+
+ * gtk/gtkfilesystemwin32.c
+ (gtk_file_system_win32_volume_get_display_name): Ignore empty
+ volume labels; assume that GetVolumeInformation would fail if
+ GetVolumeInformationW does; catches a small memory leak;
+ pass the buffer size to GetVolumeInformationW in wide
+ characters instead of bytes. Fixes bug #137543
+ (list_volumes): Cope with the theoretical possibility of
+ more than 26 logical drives. Fixes bug #137940
+ (bookmarks_serialize): Now actually removes bookmarks.
+ Fixes bug #137943
+
2004-03-22 Guntupalli Karunakar <karunakar@freedomink.org>
* configure.in: Added "pa" (Punjabi) to ALL_LINGUAS.