summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-05-31 06:40:27 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-05-31 06:40:27 +0000
commitfedc8f25a9d0d341511dc1466919739914540250 (patch)
tree92e10a804a3947da0a9a950eb2c1059c30c6af7f
parent684ce0c68b14b3fd79b01e60758f5910532f4634 (diff)
downloadgtk+-fedc8f25a9d0d341511dc1466919739914540250.tar.gz
Typo fix.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--ChangeLog.pre-2-65
-rw-r--r--ChangeLog.pre-2-85
-rw-r--r--gtk/gtkimage.c2
5 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a9153fa833..d1dcfdbc31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
+ docs. (#142892, Tommi Komulainen)
+
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index a9153fa833..d1dcfdbc31 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
+ docs. (#142892, Tommi Komulainen)
+
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index a9153fa833..d1dcfdbc31 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
+ docs. (#142892, Tommi Komulainen)
+
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index a9153fa833..d1dcfdbc31 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,8 @@
+Mon May 31 02:39:32 2004 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkimage.c (gtk_image_new_from_pixmap): Fix typo in
+ docs. (#142892, Tommi Komulainen)
+
Mon May 31 02:16:37 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkhandlebox.c: Make detached handleboxes work when their
diff --git a/gtk/gtkimage.c b/gtk/gtkimage.c
index eab67c7c47..24708d53ea 100644
--- a/gtk/gtkimage.c
+++ b/gtk/gtkimage.c
@@ -402,7 +402,7 @@ gtk_image_get_property (GObject *object,
* @mask: a #GdkBitmap, or %NULL
*
* Creates a #GtkImage widget displaying @pixmap with a @mask.
- * A #GdkImage is a server-side image buffer in the pixel format of the
+ * A #GdkPixmap is a server-side image buffer in the pixel format of the
* current display. The #GtkImage does not assume a reference to the
* pixmap or mask; you still need to unref them if you own references.
* #GtkImage will add its own reference rather than adopting yours.