Fix a typo, spotted by David Odin.

2005-08-01  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfixed.c (gtk_fixed_put): Fix a typo, spotted by
	David Odin.
This commit is contained in:
Matthias Clasen 2005-08-02 03:49:39 +00:00 committed by Matthias Clasen
parent 306011d26a
commit 20455969df
4 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,8 @@
2005-08-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfixed.c (gtk_fixed_put): Fix a typo, spotted by
David Odin.
* gtk/Makefile.am (install-data-local):
* gtk/gtksettings.c (gtk_settings_class_init): Rename the
default theme to "Raleigh". (#312254, Thomas Wood)

View File

@ -1,5 +1,8 @@
2005-08-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfixed.c (gtk_fixed_put): Fix a typo, spotted by
David Odin.
* gtk/Makefile.am (install-data-local):
* gtk/gtksettings.c (gtk_settings_class_init): Rename the
default theme to "Raleigh". (#312254, Thomas Wood)

View File

@ -1,5 +1,8 @@
2005-08-01 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfixed.c (gtk_fixed_put): Fix a typo, spotted by
David Odin.
* gtk/Makefile.am (install-data-local):
* gtk/gtksettings.c (gtk_settings_class_init): Rename the
default theme to "Raleigh". (#312254, Thomas Wood)

View File

@ -188,7 +188,7 @@ gtk_fixed_put (GtkFixed *fixed,
GtkFixedChild *child_info;
g_return_if_fail (GTK_IS_FIXED (fixed));
g_return_if_fail (GTK_IS_WIDGET (fixed));
g_return_if_fail (GTK_IS_WIDGET (widget));
child_info = g_new (GtkFixedChild, 1);
child_info->widget = widget;