diff options
author | Timothy Arceri <t_arceri@yahoo.com.au> | 2013-05-21 07:54:00 +1000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-05-26 00:17:48 -0400 |
commit | 8f668240de27252e7c5ffd81a8807e7a4e717d9b (patch) | |
tree | de7d3edefdbc8ff166a32cdf7aad2e2e1f9af361 /gtk/gtkfilechooser.c | |
parent | b08fe39cd8fbe929e1135e348258ff5f2c898750 (diff) | |
download | gtk+-8f668240de27252e7c5ffd81a8807e7a4e717d9b.tar.gz |
Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to reflect what is actually happening
https://bugzilla.gnome.org/show_bug.cgi?id=360131
Diffstat (limited to 'gtk/gtkfilechooser.c')
-rw-r--r-- | gtk/gtkfilechooser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c index 2600a136a9..42bc0d22be 100644 --- a/gtk/gtkfilechooser.c +++ b/gtk/gtkfilechooser.c @@ -2567,7 +2567,7 @@ gtk_file_chooser_get_show_hidden (GtkFileChooser *chooser) * a confirmation dialog if the user types a file name that already exists. This * is %FALSE by default. * - * Regardless of this setting, the @chooser will emit the + * If set to %TRUE, the @chooser will emit the * #GtkFileChooser::confirm-overwrite signal when appropriate. * * If all you need is the stock confirmation dialog, set this property to %TRUE. |