From 60ec536ce365186f2ef683d212e7440f2f0b6aec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 26 Oct 2005 19:10:08 +0000 Subject: [PATCH] Doc updates --- ChangeLog | 4 ++++ ChangeLog.pre-2-10 | 4 ++++ gtk/gtkfilechooserbutton.c | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6e8ebb1135..63be8723ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-10-26 Matthias Clasen + * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): + Point out that destroy-with-parent is a bad idea for the dialog + passed to this function. (#318943, Christian Persch) + * */Makefile.am: use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6e8ebb1135..63be8723ba 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,9 @@ 2005-10-26 Matthias Clasen + * gtk/gtkfilechooserbutton.c (gtk_file_chooser_button_new_with_dialog): + Point out that destroy-with-parent is a bad idea for the dialog + passed to this function. (#318943, Christian Persch) + * */Makefile.am: use $(GLIB_MKENUMS) instead of glib-mkenums. (#318582, Damien Carbery) diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 94458b9a62..8ba09da7c9 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -2306,7 +2306,7 @@ gtk_file_chooser_button_new_with_backend (const gchar *title, * * Creates a #GtkFileChooserButton widget which uses @dialog as it's * file-picking window. Note that @dialog must be a #GtkFileChooserDialog (or - * subclass). + * subclass) and must not have %GTK_DIALOG_DESTROY_WITH_PARENT set. * * Returns: a new button widget. *