summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKristian Rietveld <kris@gtk.org>2003-05-29 16:28:42 +0000
committerKristian Rietveld <kristian@src.gnome.org>2003-05-29 16:28:42 +0000
commit763672696aac8e707407e4288960debb24b718ea (patch)
tree8f9b06a4c68b49db6162a12ca69594a3579b57fa /ChangeLog
parentd718b9735008fe8f8f79b083c51c3306b805a77b (diff)
downloadgtk+-763672696aac8e707407e4288960debb24b718ea.tar.gz
Merged from stable.
Thu May 29 18:23:01 2003 Kristian Rietveld <kris@gtk.org> Merged from stable. * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus grab separate, the user might clear the tree in the focus-in callback. (Fixes #113086, testcase from Felipe Heidrich).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c1ebd5806..9bedfadae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Thu May 29 18:23:01 2003 Kristian Rietveld <kris@gtk.org>
+
+ Merged from stable.
+
+ * gtk/gtktreeview.c (gtk_tree_view_button_press): put the focus
+ grab separate, the user might clear the tree in the focus-in
+ callback. (Fixes #113086, testcase from Felipe Heidrich).
+
Thu May 29 18:06:26 2003 Kristian Rietveld <kris@gtk.org>
Merged from stable.