diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-05-06 23:41:18 +0000 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-05-06 23:41:18 +0000 |
commit | 91d3176504f1a52f7211fcb20b9b33bd12472d09 (patch) | |
tree | ea9d6a4cc3fc20826b185a2be7a456c6a081ea6f /ChangeLog.pre-2-8 | |
parent | 513a06e9660073977b07fe6b273e2af6af0ce411 (diff) | |
download | gtk+-91d3176504f1a52f7211fcb20b9b33bd12472d09.tar.gz |
Oops, missed this in the last commit. The commit to the stable branch is underway.
1998-05-06 Federico Mena Quintero <federico@nuclecu.unam.mx>
* gtk/gtkclist.c (draw_row): Fixed incorrect painting of row
background (fg_set -> bg_set confusion).
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 830ef4bf18..f6f51ef490 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +1998-05-06 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * gtk/gtkclist.c (draw_row): Fixed incorrect painting of row + background (fg_set -> bg_set confusion). + 1998-05-06 Stefan Jeske <stefan@gtk.org> * gtk/testgtk.c (unselect_all): Removed code that caused an |