GNOME Bugzilla – Bug 137942
win32 implementation of GtkFileChooser:get_info and pseudo roots
Last modified: 2004-12-22 21:47:04 UTC
The current win32 implementation of GtkFileSystem treats bare drive designators (eg., "c:") as baing a root even though this actually designates the current directory on that drive. The attached fix allows :get_info to cope with bare drives. It might be better to fix filename_is_root() to return FALSE instead.
Created attachment 25880 [details] [review] Potential fix
2004-03-24 J. Ali Harlow <ali@juiblex.co.uk> * gtk/gtkfilesystemwin32.c (filename_is_root): Bare drive designators (eg., "c:") are no longer considered as root filenames. Fixed #137942