Fix a stupid c/p bug

This commit is contained in:
Matthias Clasen
2006-06-02 16:43:41 +00:00
parent fad69ba06c
commit 57a08e9568
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2006-06-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_key_release_event): Chain up
to key_release, not to key_press. (#343677, Tommi Komulainen)
2006-06-02 Alexander Larsson <alexl@redhat.com>
* gtk/Makefile.am:

View File

@@ -1,3 +1,8 @@
2006-06-02 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_key_release_event): Chain up
to key_release, not to key_press. (#343677, Tommi Komulainen)
2006-06-02 Alexander Larsson <alexl@redhat.com>
* gtk/Makefile.am: