]> Pileus Git - ~andy/gtk/commit
Fix problem with selecting a new focus child.
authorOwen Taylor <otaylor@redhat.com>
Sun, 5 Aug 2001 14:29:12 +0000 (14:29 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sun, 5 Aug 2001 14:29:12 +0000 (14:29 +0000)
commit42cf380d36c4ebb4ae3d0a34eefcfd76219c1c6c
tree051406d5fd476f5b2120672fdb352ff4953fd661
parent9166ba51a1e0fe0803b78a075b22c4c3bf72f3d2
Fix problem with selecting a new focus child.

Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>

* gtk/gtklist.c (gtk_list_clear_items): Fix
problem with selecting a new focus child.

* gtk/gtklist.c (gtk_list_clear_items): Clear
list->undo/list_focus_child after unparenting
child, since unparenting the child can result
in list->last_focus_child being set. (#58024)

* Makefile.am (SUBDIRS): Add target specific pc
files to DISTCLEANFILES.

* gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
(58327, Matthias Clasen)
Makefile.am
gtk/Makefile.am
gtk/gtklist.c