GNOME Bugzilla – Bug 91843
Cygwin doesn't support "//x/somepath/file.jpg" style path anymore
Last modified: 2004-12-22 21:47:04 UTC
gtkfilesel.c translates win32 path into "//x/somepath/file.jpg" style path. But Cygwin doesn't support this style path anymore. Instead we can use cygwin_conv_to_posix_path() for the translation.
Created attachment 10751 [details] [review] patch to use cygwin_conv_to_posix_path()
Patch applied to HEAD and gtk-2-0.