[gtk+] Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to reflect what is actually ha



commit 8f668240de27252e7c5ffd81a8807e7a4e717d9b
Author: Timothy Arceri <t_arceri yahoo com au>
Date:   Tue May 21 07:54:00 2013 +1000

    Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to reflect what is actually 
happening
    
    https://bugzilla.gnome.org/show_bug.cgi?id=360131

 gtk/gtkfilechooser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkfilechooser.c b/gtk/gtkfilechooser.c
index 2600a13..42bc0d2 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]