summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2005-01-23 00:09:00 +0000
committerTor Lillqvist <tml@src.gnome.org>2005-01-23 00:09:00 +0000
commitb7124b938c0457acb324f4f7e0a3067bbbc05c94 (patch)
tree602cf6c40e69b26b125acc70f09ad9b49c3ef235 /ChangeLog
parente23002b7f44f0b4c5b2f94707297c625f004e912 (diff)
downloadgdk-pixbuf-b7124b938c0457acb324f4f7e0a3067bbbc05c94.tar.gz
Don't call GetVolumeInformation() for network drives. They might be
2005-01-23 Tor Lillqvist <tml@novell.com> * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name): Don't call GetVolumeInformation() for network drives. They might be disconnected, and calling GetVolumeInformation() will then cause long delays. (#164448) It seems to be very hard to reliably find out whether a network drive is connected or not, so it's easier to just not try getting the volume name for them. See the bug report for discussion.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a961696c5..1d52a350c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-01-23 Tor Lillqvist <tml@novell.com>
+
+ * gtk/gtkfilesystemwin32.c (gtk_file_system_win32_volume_get_display_name):
+ Don't call GetVolumeInformation() for network drives. They might
+ be disconnected, and calling GetVolumeInformation() will then
+ cause long delays. (#164448) It seems to be very hard to reliably
+ find out whether a network drive is connected or not, so it's
+ easier to just not try getting the volume name for them. See the
+ bug report for discussion.
+
2005-01-20 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkdialog.c (gtk_dialog_map): Don't loop forever