GNOME Bugzilla – Bug 538365
GtkPathBar does no ask the mount for it's root
Last modified: 2013-05-30 07:20:56 UTC
part of the GtkFileChooser regression (bug #538127) on win32 is the wrong label in the root-button. It formerly showed something like "D:\" on windows. Now there is on "\". I suspect the error in gtkpathbar.c(_gtk_path_bar_set_file_system), but the code in question: path_bar->root_file = g_file_new_for_path ("/"); seems to be straight port to g_file. In fact I don't know why it worked with gtk-2-12
*** This bug has been marked as a duplicate of bug 567605 ***