diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-04 20:53:19 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-08-04 20:53:19 +0000 |
commit | 363c02e8071b46338c46ea325bdd6f184e5d0feb (patch) | |
tree | 78676a441a58bf19883256ff3dd5d40ae24b4821 /gtk/gtkfilechooser.c | |
parent | a2ae16ad301d7489ddf54c02f183c54a6e408f41 (diff) | |
download | gtk+-363c02e8071b46338c46ea325bdd6f184e5d0feb.tar.gz |
Fix up previous commit.
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 9e82eb3159..58ddf1e52a 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -1796,8 +1796,8 @@ gtk_file_chooser_list_shortcut_folder_uris (GtkFileChooser *chooser) * Since: 2.6 **/ void -gtk_file_chooser_set_select_multiple (GtkFileChooser *chooser, - gboolean show_hidden) +gtk_file_chooser_set_show_hidden (GtkFileChooser *chooser, + gboolean show_hidden) { g_return_if_fail (GTK_IS_FILE_CHOOSER (chooser)); |