summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2005-05-25 17:19:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2005-05-25 17:19:56 +0000
commit083e509487c61b6e57a2aedccf70d15cade05c09 (patch)
tree6cee9bc9743a74094471d0de39f63f24e380d587 /ChangeLog.pre-2-8
parent844ab25ea4a64234358b8cf6724c65354b8256de (diff)
downloadgtk+-083e509487c61b6e57a2aedccf70d15cade05c09.tar.gz
Draw the background of rows insensitive when the treeview is insensitive.
2005-05-25 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the background of rows insensitive when the treeview is insensitive. (pointed out by Billy Biggs)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-84
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 3aebac0380..e0f8d18716 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,5 +1,9 @@
2005-05-25 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Draw the
+ background of rows insensitive when the treeview is insensitive.
+ (pointed out by Billy Biggs)
+
* demos/gtk-demo/clipboard.c: Demonstrate image copy-and-paste
and DND, and clipboard persistency.