Typo fix.

This commit is contained in:
Matthias Clasen
2004-05-27 04:12:17 +00:00
parent d61e4f7440
commit c5f4278bc0
5 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
Thu May 27 00:11:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the

View File

@@ -1,3 +1,7 @@
Thu May 27 00:11:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the

View File

@@ -1,3 +1,7 @@
Thu May 27 00:11:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the

View File

@@ -1,3 +1,7 @@
Thu May 27 00:11:01 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkmenuitem.c (gtk_menu_item_size_request): Fix a typo.
Thu May 27 00:07:47 2004 Jonathan Blandford <jrb@gnome.org>
* gtk/gtkcombobox.c (gtk_combo_box_list_destroy): only remove the

View File

@@ -502,7 +502,7 @@ gtk_menu_item_size_request (GtkWidget *widget,
g_return_if_fail (requisition != NULL);
gtk_widget_style_get (widget,
"horizontal padding", &horizontal_padding,
"horizontal_padding", &horizontal_padding,
NULL);
bin = GTK_BIN (widget);