forked from AuroraMiddleware/gtk
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:
parent
306011d26a
commit
20455969df
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user