summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCody Russell <bratsche@src.gnome.org>2007-02-15 18:46:51 +0000
committerCody Russell <bratsche@src.gnome.org>2007-02-15 18:46:51 +0000
commit8e285edc3c3b256a4835ff5a352080d7db45aee8 (patch)
tree6dfbf9fd9f2f727475e9de12b6a770b369517190 /ChangeLog
parentea7cc8d95eade637c67c5331a9f98863210ad8f1 (diff)
downloadgtk+-8e285edc3c3b256a4835ff5a352080d7db45aee8.tar.gz
Fix small mistake in my ChangeLog
svn path=/trunk/; revision=17301
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 090bc494ef..0d5ca916cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
2007-02-15 Cody Russell <bratsche@gnome.org>
- * gdk/win32/gdkevents.c: Make sure we get enough main context iterations
- while we're resizing so that the window contents are resized more
- smoothly (#389765).
+ * gdk/win32/gdkevents-win32.c: Make sure we get enough main context
+ iterations while we're resizing so that the window contents are resized
+ more smoothly (#389765).
- * gdk/win32/gdkevents.c: Fix flickering widgets when window contents
+ * gdk/win32/gdkevents-win32.c: Fix flickering widgets when window contents
are resized (#310522).
2007-02-15 Matthias Clasen <mclasen@redhat.com>