diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 5 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 5 | ||||
-rw-r--r-- | gtk/gtkclist.h | 4 |
8 files changed, 37 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> + + * gtk/gtkclist.h: spelling fix in comment from + joey@kuolema.Infodrom.North.DE (Martin Schulze) + Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c: Make sure we set the icon window position diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 6c2e70381..baa7cb9ec 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,8 @@ +Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> + + * gtk/gtkclist.h: spelling fix in comment from + joey@kuolema.Infodrom.North.DE (Martin Schulze) + Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c: Make sure we set the icon window position diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 6c2e70381..baa7cb9ec 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> + + * gtk/gtkclist.h: spelling fix in comment from + joey@kuolema.Infodrom.North.DE (Martin Schulze) + Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c: Make sure we set the icon window position diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 6c2e70381..baa7cb9ec 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> + + * gtk/gtkclist.h: spelling fix in comment from + joey@kuolema.Infodrom.North.DE (Martin Schulze) + Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c: Make sure we set the icon window position diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 6c2e70381..baa7cb9ec 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> + + * gtk/gtkclist.h: spelling fix in comment from + joey@kuolema.Infodrom.North.DE (Martin Schulze) + Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c: Make sure we set the icon window position diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 6c2e70381..baa7cb9ec 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> + + * gtk/gtkclist.h: spelling fix in comment from + joey@kuolema.Infodrom.North.DE (Martin Schulze) + Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c: Make sure we set the icon window position diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 6c2e70381..baa7cb9ec 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Wed Feb 3 17:29:57 PST 1999 Manish Singh <yosh@gimp.org> + + * gtk/gtkclist.h: spelling fix in comment from + joey@kuolema.Infodrom.North.DE (Martin Schulze) + Tue Feb 2 12:39:42 1999 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.c: Make sure we set the icon window position diff --git a/gtk/gtkclist.h b/gtk/gtkclist.h index 1ca043b22..3aa922414 100644 --- a/gtk/gtkclist.h +++ b/gtk/gtkclist.h @@ -618,14 +618,14 @@ gint gtk_clist_get_pixtext (GtkCList *clist, GdkPixmap **pixmap, GdkBitmap **mask); -/* sets the foreground color of a row, the colar must already +/* sets the foreground color of a row, the color must already * be allocated */ void gtk_clist_set_foreground (GtkCList *clist, gint row, GdkColor *color); -/* sets the background color of a row, the colar must already +/* sets the background color of a row, the color must already * be allocated */ void gtk_clist_set_background (GtkCList *clist, |