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 325817 - FileChooserButton uses "Home" instead of directory name
FileChooserButton uses "Home" instead of directory name
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.8.x
Other All
: Normal major
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2006-01-05 00:49 UTC by Federico Mena Quintero
Modified: 2006-01-06 21:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Federico Mena Quintero 2006-01-05 00:49:21 UTC
To be consistent with GtkFileChooserDefault and Nautilus, GtkFileChooserButton should not use "Home" in its drop-down menu, but rather the plain $HOME name.
Comment 1 Matthias Clasen 2006-01-06 21:54:51 UTC
2006-01-06  Matthias Clasen  <mclasen@redhat.com> 

	* gtk/gtkfilechooserbutton.c (model_add_special): Just use the
	directory name for the home dir.  (#325817, Federico Mena Quintero)