Fix a typo.

2005-03-09  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
This commit is contained in:
Matthias Clasen 2005-03-09 16:19:12 +00:00 committed by Matthias Clasen
parent 32492c4be4
commit 2b0370f987
4 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-03-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
* gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize
when the model is unset. (#169528, Tomislav Jonjic)

View File

@ -1,5 +1,7 @@
2005-03-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
* gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize
when the model is unset. (#169528, Tomislav Jonjic)

View File

@ -1,5 +1,7 @@
2005-03-09 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
* gtk/gtkiconview.c (gtk_icon_view_set_model): Queue a resize
when the model is unset. (#169528, Tomislav Jonjic)

View File

@ -261,7 +261,7 @@ gtk_image_class_init (GtkImageClass *class)
g_object_class_install_property (gobject_class,
PROP_STORAGE_TYPE,
g_param_spec_enum ("storage-Type",
g_param_spec_enum ("storage-type",
P_("Storage type"),
P_("The representation being used for image data"),
GTK_TYPE_IMAGE_TYPE,