diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-06 19:21:28 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-10-06 19:21:28 +0000 |
commit | c52d217e07ddc2d3e236fd0a9d1749c3ba7c01df (patch) | |
tree | 7952bd93d8739c72869ad6cf768d7319d7c24e8b /gtk/gtkfilechooser.c | |
parent | c649114e58cd894888b2acc17ff92bfae1fea3e2 (diff) | |
download | gtk+-c52d217e07ddc2d3e236fd0a9d1749c3ba7c01df.tar.gz |
Fix the docs. (#360112)
* gtk/gtkfilechooser.c (gtk_file_chooser_set_select_multiple):
Fix the docs. (#360112)
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 13ca2681de..384a89bcef 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -390,8 +390,7 @@ gtk_file_chooser_get_local_only (GtkFileChooser *chooser) * * Sets whether multiple files can be selected in the file selector. This is * only relevant if the action is set to be GTK_FILE_CHOOSER_ACTION_OPEN or - * GTK_FILE_CHOOSER_ACTION_SAVE. It cannot be set with either of the folder - * actions. + * GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER. * * Since: 2.4 **/ |