Fix up previous commit.

This commit is contained in:
Matthias Clasen 2004-08-04 20:53:19 +00:00
parent a2ae16ad30
commit 363c02e807

View File

@ -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));