forked from AuroraMiddleware/gtk
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:
parent
32492c4be4
commit
2b0370f987
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user