diff options
author | Federico Mena Quintero <federico@ximian.com> | 2005-11-28 22:25:03 +0000 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2005-11-28 22:25:03 +0000 |
commit | 4ac1632f10d9b8bea9825d409018540856d0c87c (patch) | |
tree | cf49a6ad6c8a33b931845f5740fcbc775172ac46 /tests/file-chooser-test-dir | |
parent | 5eb2aac9474e1e8d035af1cbb4bc6756539af335 (diff) | |
download | gtk+-4ac1632f10d9b8bea9825d409018540856d0c87c.tar.gz |
Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
2005-11-28 Federico Mena Quintero <federico@ximian.com>
Fix bug #321560, based on a patch by Bogdan Nicula (bogdanni@hotmail.com):
* gtk/gtkfilechooserdefault.c (up_folder_handler): Don't add the
current_folder to the pending select paths here; the path bar will
give it to us now.
(path_bar_clicked): Add the child_path to the pending select paths
here.
(show_and_select_paths): Don't filter out folders.
(show_and_select_paths): Don't take separate arguments for
only_one_path and multiple paths.
* tests/autotestfilechooser.c (test_folder_switch_and_filters):
New test about preserving the filters when we change folders.
Diffstat (limited to 'tests/file-chooser-test-dir')
-rw-r--r-- | tests/file-chooser-test-dir/empty | 0 | ||||
-rw-r--r-- | tests/file-chooser-test-dir/text.txt | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/tests/file-chooser-test-dir/empty b/tests/file-chooser-test-dir/empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tests/file-chooser-test-dir/empty diff --git a/tests/file-chooser-test-dir/text.txt b/tests/file-chooser-test-dir/text.txt new file mode 100644 index 0000000000..cd0875583a --- /dev/null +++ b/tests/file-chooser-test-dir/text.txt @@ -0,0 +1 @@ +Hello world! |