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 164290 - combobox default entry sometimes empty
combobox default entry sometimes empty
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkComboBox
2.6.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2005-01-16 22:38 UTC by Marinus Schraal
Modified: 2005-01-17 07:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marinus Schraal 2005-01-16 22:38:55 UTC
1. Use file->save as in eg. epiphany
2. Set the save in folder combo to a gtk bookmark
3. cancel out (or ok)
4. select file->save as again
5. The combobox entry now should be empty

I can reproduce this behaviour with different application's 'save as' functionality.

This doesn't seem to be filechooser only, in evolution if i rightclick
spellcheck a word the 'add dictionary' combo is also empty.

gtk versions : 2.6.x 
glib versions : 2.6.x
not reproducable with gtk+-2.4.x
Comment 1 Matthias Clasen 2005-01-17 05:16:08 UTC
The problem is that the functions shortcuts_add_bookmarks and
shortcuts_add_volumes don't take care of the selected row.
Comment 2 Matthias Clasen 2005-01-17 07:06:09 UTC
2005-01-17  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserdefault.c (shortcuts_add_bookmarks): Save
	and restore the selected row in the bookmark list and the
	save folder combo.  (#164290)