diff options
author | Kristian Rietveld <kris@gtk.org> | 2005-06-18 12:11:26 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2005-06-18 12:11:26 +0000 |
commit | 6db99a9b8f0eb572ebef2b382c3d29d25fec5626 (patch) | |
tree | ad617e47bc53b53a73f713ceb46c14e8c6c5145c /ChangeLog.pre-2-8 | |
parent | 8e3ea42aba01c5f784b4d356b7651cb33171cf03 (diff) | |
download | gtk+-6db99a9b8f0eb572ebef2b382c3d29d25fec5626.tar.gz |
undo merging of the separate loop setting cell data with cell drawing loop
2005-06-18 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): undo merging
of the separate loop setting cell data with cell drawing loop
(introduced in revision 1.280), since this breaks focus handling
wrt special cells.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 28bae282d4..5f71919077 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,10 @@ +2005-06-18 Kristian Rietveld <kris@gtk.org> + + * gtk/gtktreeview.c (gtk_tree_view_bin_expose): undo merging + of the separate loop setting cell data with cell drawing loop + (introduced in revision 1.280), since this breaks focus handling + wrt special cells. + Sat Jun 18 04:22:51 2005 Manish Singh <yosh@gimp.org> * gdk/gdkcursor.h: remove GDK_CURSOR and GDK_IS_CURSOR, instance |