]> Pileus Git - ~andy/gtk/commitdiff
Revert previous commit after more searching in the bugzilla archives (see
authorKristian Rietveld <kris@gtk.org>
Sun, 22 Jan 2006 16:04:02 +0000 (16:04 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Sun, 22 Jan 2006 16:04:02 +0000 (16:04 +0000)
2006-01-22  Kristian Rietveld  <kris@gtk.org>

* gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
commit after more searching in the bugzilla archives (see #309221).

ChangeLog
ChangeLog.pre-2-10
gtk/gtktreeview.c

index c6fdf395abe5d5650a345fef57c6e5780593609a..c5bce98c2f1aeec34b9bdb3879fb934c5f3399f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-01-22  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
+       commit after more searching in the bugzilla archives (see #309221).
+
 2006-01-22  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Remove second call
index c6fdf395abe5d5650a345fef57c6e5780593609a..c5bce98c2f1aeec34b9bdb3879fb934c5f3399f3 100644 (file)
@@ -1,3 +1,8 @@
+2006-01-22  Kristian Rietveld  <kris@gtk.org>
+
+       * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Revert previous
+       commit after more searching in the bugzilla archives (see #309221).
+
 2006-01-22  Kristian Rietveld  <kris@gtk.org>
 
        * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Remove second call
index e448c49fd09a1f9c3a60acbe072357f1957c0529..afa17e54bd9ae9ccedd9e6fd37d39803988ae818 100644 (file)
@@ -3693,6 +3693,12 @@ gtk_tree_view_bin_expose (GtkWidget      *widget,
              continue;
            }
 
+         gtk_tree_view_column_cell_set_cell_data (column,
+                                                  tree_view->priv->model,
+                                                  &iter,
+                                                  GTK_RBNODE_FLAG_SET (node, GTK_RBNODE_IS_PARENT),
+                                                  node->children?TRUE:FALSE);
+
           /* Select the detail for drawing the cell.  relevant
            * factors are parity, sortedness, and whether to
            * display rules.