diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-08-15 06:59:55 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-08-15 06:59:55 +0000 |
commit | 68b5beea4184f455d0a4a7c31c00700ac9b2eefe (patch) | |
tree | 6137a516cb996bf9c9d6da9fa874ad8ccb2ccc68 /ChangeLog.pre-2-10 | |
parent | da54d67905dca756e811cf33f870864570f6c752 (diff) | |
download | gtk+-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.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8de472d0f4..ba6c9a57fa 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -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) |