]> Pileus Git - ~andy/gtk/commitdiff
Fix a typo.
authorMatthias Clasen <mclasen@redhat.com>
Wed, 9 Mar 2005 16:19:12 +0000 (16:19 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 9 Mar 2005 16:19:12 +0000 (16:19 +0000)
2005-03-09  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkimage.c (gtk_image_class_init): Fix a typo.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkimage.c

index 36b50407728db728f819290a042e4da2e7bac2ae..d2d70b928c2f91f60201cf1432286a190c66b3cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
 
index 36b50407728db728f819290a042e4da2e7bac2ae..d2d70b928c2f91f60201cf1432286a190c66b3cc 100644 (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)
 
index 36b50407728db728f819290a042e4da2e7bac2ae..d2d70b928c2f91f60201cf1432286a190c66b3cc 100644 (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)
 
index 0b63c359fb3631800add8da0d7450e0f1fada336..b368075ce15bfc54afe1a37d5b7bd07a300f643c 100644 (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,