From 83f1beccb0b8b6f0ce75f6e3898264d28f94eab2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 10 Dec 2008 16:32:24 +0000 Subject: [PATCH] Enhanced deprecation annotation svn path=/branches/gtk-2-14/; revision=21865 --- ChangeLog | 7 +++++++ gtk/gtkfilechooserbutton.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 53008daad7..da97376595 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-12-10 Matthias Clasen + + Bug 563991 – gtk_file_chooser_button_new_with_backend is deprecated + -- but what should be used instead? + + * gtk/gtkfilechooserbutton.c: Enhanced deprecation annotation. + 2008-12-07 Behdad Esfahbod Bug 563547 – Update gdkx11 atom precache table diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 6fdd9ae24e..36974c3e9e 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -2737,7 +2737,7 @@ gtk_file_chooser_button_new (const gchar *title, * Returns: a new button widget. * * Since: 2.6 - * Deprecated: 2.14 + * Deprecated: 2.14: Use gtk_file_chooser_button_new() instead. **/ GtkWidget * gtk_file_chooser_button_new_with_backend (const gchar *title,