summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-03-09 16:19:12 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-03-09 16:19:12 +0000
commit2b0370f9872be82e8b4797f338136d885970165f (patch)
tree663d02a0c3b83b1871ef6b1e3c4aca05a158a742
parent32492c4be4ad637e7f667e6f982b3a18ab27e58b (diff)
downloadgtk+-2b0370f9872be82e8b4797f338136d885970165f.tar.gz
Fix a typo.
2005-03-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkimage.c (gtk_image_class_init): Fix a typo.
-rw-r--r--ChangeLog2
-rw-r--r--ChangeLog.pre-2-102
-rw-r--r--ChangeLog.pre-2-82
-rw-r--r--gtk/gtkimage.c2
4 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 36b5040772..d2d70b928c 100644
--- 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)
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 36b5040772..d2d70b928c 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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)
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 36b5040772..d2d70b928c 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -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)
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c
index 0b63c359fb..b368075ce1 100644
--- a/gtk/gtkimage.c
+++ b/gtk/gtkimage.c
@@ -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,