diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-06 00:30:52 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-06 00:30:52 +0000 |
commit | 2096715583cc05db0961178454a7e22c8c987a78 (patch) | |
tree | 3c365e6be5b538c64b8190f3699a71a9097e769e /ChangeLog.pre-2-0 | |
parent | 4b7c51552e07162bf54d54789542aec40a6fd870 (diff) | |
download | gdk-pixbuf-2096715583cc05db0961178454a7e22c8c987a78.tar.gz |
When setting the focus to NULL, clear the existing focus chain so that
Tue Mar 5 19:19:19 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_focus): When setting
the focus to NULL, clear the existing focus chain so
that when we focus into the window again, we start
at the beginning. (Pointed out by Tim Janik.)
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index a0391167d..1cac638a6 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,10 @@ +Tue Mar 5 19:19:19 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkwindow.c (gtk_window_set_focus): When setting + the focus to NULL, clear the existing focus chain so + that when we focus into the window again, we start + at the beginning. (Pointed out by Tim Janik.) + 2002-03-06 James Henstridge <james@daa.com.au> * configure.in: libpango is now called libpango-1.0 |