]> Pileus Git - ~andy/gtk/commit
filechooserbutton: New test for opening the Other item in the combo box and then...
authorFederico Mena Quintero <federico@gnome.org>
Fri, 8 Mar 2013 18:37:20 +0000 (12:37 -0600)
committerFederico Mena Quintero <federico@gnome.org>
Fri, 8 Mar 2013 18:37:21 +0000 (12:37 -0600)
commite4c2ef108cc66210af015b679ce3542ca6decfec
tree220fe8ac7dc72d4c6b207a8bbc29fbaf60eeddc8
parent1ddfc3a985d7b7652a0106699b2cf2d2abf7abe3
filechooserbutton: New test for opening the Other item in the combo box and then canceling the dialog

There is this bug:

1. Start with a file chooser button in SELECT_FOLDER mode, and select a folder from the combo box.

2. Click on the button's combo box, select 'Other...'

3. You get the file chooser dialog. Cancel the dialog.

4. The file chooser button's combo box still shows 'Other...' instead of
   showing the selection from (1).

This is a test to ensure that the original selection is restored.
The test fails right now.

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