]> Pileus Git - ~andy/gtk/commit
Ignore empty volume labels; assume that GetVolumeInformation would fail if
authorJ. Ali Harlow <ali@juiblex.co.uk>
Mon, 22 Mar 2004 21:28:07 +0000 (21:28 +0000)
committerJ. Ali Harlow <j_ali@src.gnome.org>
Mon, 22 Mar 2004 21:28:07 +0000 (21:28 +0000)
commitc1b6f772a8e6ec26dda2b6d2ec09d6ec8f5f3e42
treec79b8b832a2101842c58c855c3f7dcd729131c4a
parent54818a71bc7528cb87e6141c7098510d47dfc1d5
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
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkfilesystemwin32.c