summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-03-07 15:39:31 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-03-07 15:39:31 +0000
commita67723b05d4350eaa6b15d086f182e6e45933d7e (patch)
tree98c6f1d2b3b1feff286a010b1af2b3bcb9d633c5 /ChangeLog.pre-2-0
parent1dad43b9466865e3bb7d8847a2af0c5555b890fd (diff)
downloadgdk-pixbuf-a67723b05d4350eaa6b15d086f182e6e45933d7e.tar.gz
Fix problem where there were two copies of the "do an arrow step" code,
Thu Mar 7 10:31:57 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtknotebook.c (gtk_notebook_timer): Fix problem where there were two copies of the "do an arrow step" code, one correct for rotated notebooks, one not. (#73855, Thomas Leonard.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-07
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index eff277e92..61273af85 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,10 @@
+Thu Mar 7 10:31:57 2002 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtknotebook.c (gtk_notebook_timer): Fix problem where
+ there were two copies of the "do an arrow step" code,
+ one correct for rotated notebooks, one not. (#73855,
+ Thomas Leonard.)
+
Wed Mar 6 23:20:51 2002 Jonathan Blandford <jrb@redhat.com>
and Kristian Rietveld <kris@gtk.org>