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 677369 - gtk2's GtkFileChooser no longer saves its settings
gtk2's GtkFileChooser no longer saves its settings
Status: RESOLVED DUPLICATE of bug 674556
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2012-06-04 07:51 UTC by Nicholas Miell
Modified: 2012-06-07 18:14 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nicholas Miell 2012-06-04 07:51:30 UTC
_gtk_file_chooser_settings_save never gets called when a file chooser dialog window is closed.

I suspect a0280d7f3664dafb554d440505101efd2c200632 is what broke it, _gtk_file_chooser_settings_save is called from gtk_file_chooser_default_unmap.
Comment 1 Federico Mena Quintero 2012-06-07 18:14:42 UTC
You are absolutely right; that is the commit that broke this.  Sorry for the trouble; it will be fixed in GTK+ 2.24.11.

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