]> Pileus Git - ~andy/gtk/commit
filechooserbutton: Do not propagate state from the dialog unless it is active
authorFederico Mena Quintero <federico@gnome.org>
Tue, 12 Mar 2013 17:21:35 +0000 (11:21 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Tue, 12 Mar 2013 20:31:48 +0000 (14:31 -0600)
commit3b2182e711ace4a2d6843848208224cd7525d530
treeca8dfa88a779f972b1bc719b7ccd7524959fe7e5
parent1865b9a1116d166c9abc5c75f5d01270574007c5
filechooserbutton: Do not propagate state from the dialog unless it is active

Change of plans to match the tests from the previous commit.

The state of the underlying dialog is never reflected by GtkFileChooserButton's API,
as the dialog is a transient thing.  The file chooser button only updates its state from the dialog,
and reflects the dialog's state, when the dialog has been confirmed and dismissed by the user.

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