Don't markup deprecated in italics.

2008-06-17  Johan Dahlin  <jdahlin@async.com.br>

    * gtk/gtkaboutdialog.c:
    * gtk/gtkbutton.c (gtk_button_class_init):
    Don't markup deprecated in italics.


svn path=/trunk/; revision=20441
This commit is contained in:
Johan Dahlin 2008-06-18 01:19:53 +00:00 committed by Johan Dahlin
parent 6bb24bf6c8
commit 12934f6841
3 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2008-06-17 Johan Dahlin <jdahlin@async.com.br>
* gtk/gtkaboutdialog.c:
* gtk/gtkbutton.c (gtk_button_class_init):
Don't markup deprecated in italics.
2008-06-18 Carlos Garnacho <carlos@imendio.com>
* gtk/gtkfilesystem.[ch]: Remove GtkFileSystemError, use

View File

@ -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,

View File

@ -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"),