After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 538365 - GtkPathBar does no ask the mount for it's root
GtkPathBar does no ask the mount for it's root
Status: RESOLVED DUPLICATE of bug 567605
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.13.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks: 538127
 
 
Reported: 2008-06-14 20:11 UTC by Hans Breuer
Modified: 2013-05-30 07:20 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Hans Breuer 2008-06-14 20:11:55 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
Comment 1 Timothy Arceri 2013-05-30 07:20:56 UTC

*** This bug has been marked as a duplicate of bug 567605 ***