GNOME Bugzilla – Bug 164290
combobox default entry sometimes empty
Last modified: 2005-01-17 07:06:09 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
The problem is that the functions shortcuts_add_bookmarks and shortcuts_add_volumes don't take care of the selected row.
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)