summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-08-15 06:59:55 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-08-15 06:59:55 +0000
commit68b5beea4184f455d0a4a7c31c00700ac9b2eefe (patch)
tree6137a516cb996bf9c9d6da9fa874ad8ccb2ccc68 /ChangeLog
parentda54d67905dca756e811cf33f870864570f6c752 (diff)
downloadgdk-pixbuf-68b5beea4184f455d0a4a7c31c00700ac9b2eefe.tar.gz
Remove. (gtk_notebook_motion_notify): Instead, update the arrow state
2006-08-15 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_enter_notify): Remove. (gtk_notebook_motion_notify): Instead, update the arrow state here. (#349570, Benjamin Otte)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8de472d0f..ba6c9a57f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-08-15 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtknotebook.c (gtk_notebook_enter_notify): Remove.
+ (gtk_notebook_motion_notify): Instead, update the arrow
+ state here. (#349570, Benjamin Otte)
+
* gdk/x11/gdkwindow-x11.c (gdk_window_get_geometry_hints):
Use XAllocSizeHints to allocate the XSizeHints struct.
(#249285, David Baron)