From 12934f6841a9e10bf85ec314d2ce9582bc7d455c Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 18 Jun 2008 01:19:53 +0000 Subject: [PATCH] Don't markup deprecated in italics. 2008-06-17 Johan Dahlin * gtk/gtkaboutdialog.c: * gtk/gtkbutton.c (gtk_button_class_init): Don't markup deprecated in italics. svn path=/trunk/; revision=20441 --- ChangeLog | 6 ++++++ gtk/gtkaboutdialog.c | 4 ++-- gtk/gtkbutton.c | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6dccaf568a..e7ecb64c63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-06-17 Johan Dahlin + + * gtk/gtkaboutdialog.c: + * gtk/gtkbutton.c (gtk_button_class_init): + Don't markup deprecated in italics. + 2008-06-18 Carlos Garnacho * gtk/gtkfilesystem.[ch]: Remove GtkFileSystemError, use diff --git a/gtk/gtkaboutdialog.c b/gtk/gtkaboutdialog.c index 0430d01735..108cd680af 100644 --- a/gtk/gtkaboutdialog.c +++ b/gtk/gtkaboutdialog.c @@ -700,7 +700,7 @@ gtk_about_dialog_get_property (GObject *object, * * Since: 2.6 * - * @Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead. + * Deprecated: 2.12: Use gtk_about_dialog_get_program_name() instead. **/ G_CONST_RETURN gchar * gtk_about_dialog_get_name (GtkAboutDialog *about) @@ -765,7 +765,7 @@ update_name_version (GtkAboutDialog *about) * * Since: 2.6 * - * @Deprecated: 2.12: Use gtk_about_dialog_set_program_name() instead. + * Deprecated: 2.12: Use gtk_about_dialog_set_program_name() instead. **/ void gtk_about_dialog_set_name (GtkAboutDialog *about, diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c index f444addb85..576d843312 100644 --- a/gtk/gtkbutton.c +++ b/gtk/gtkbutton.c @@ -309,7 +309,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the button is pressed. * - * @Deprecated: Use the #GtkWidget::button-press-event signal. + * Deprecated: Use the #GtkWidget::button-press-event signal. */ button_signals[PRESSED] = g_signal_new (I_("pressed"), @@ -326,7 +326,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the button is released. * - * @Deprecated: Use the #GtkWidget::button-release-event signal. + * Deprecated: Use the #GtkWidget::button-release-event signal. */ button_signals[RELEASED] = g_signal_new (I_("released"), @@ -358,7 +358,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the pointer enters the button. * - * @Deprecated: Use the #GtkWidget::enter-notify-event signal. + * Deprecated: Use the #GtkWidget::enter-notify-event signal. */ button_signals[ENTER] = g_signal_new (I_("enter"), @@ -375,7 +375,7 @@ gtk_button_class_init (GtkButtonClass *klass) * * Emitted when the pointer leaves the button. * - * @Deprecated: Use the #GtkWidget::leave-notify-event signal. + * Deprecated: Use the #GtkWidget::leave-notify-event signal. */ button_signals[LEAVE] = g_signal_new (I_("leave"),