]> Pileus Git - ~andy/gtk/commit
filechooserbutton: Fix preserving the selection after cancelling the dialog
authorFederico Mena Quintero <federico@gnome.org>
Tue, 12 Feb 2013 05:03:26 +0000 (23:03 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Thu, 14 Feb 2013 00:01:39 +0000 (18:01 -0600)
commit8f6fea138478faae70aaad6cb3a112700ef57aa9
treea227e9e5278c0b1a931bf03febd10796cd911426
parent7e2c467e6438184432fbb191b51df7d4cd9cbae8
filechooserbutton: Fix preserving the selection after cancelling the dialog

The button's underlying file chooser dialog should not be used to store the file selection
while the dialog is unmapped.  Instead, the file chooser button now stores the
selection itself.

Signed-off-by: Federico Mena Quintero <federico@gnome.org>
gtk/gtkfilechooserbutton.c