summaryrefslogtreecommitdiff
path: root/gtk/gtktree.c
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1997-12-28 01:28:27 +0000
committerElliot Lee <sopwith@src.gnome.org>1997-12-28 01:28:27 +0000
commit2d8acc12f356a5c77f0d7b787577a3b78d452d73 (patch)
tree60803ef759949dd7e05633c6cf8aa8d217bd65a9 /gtk/gtktree.c
parenta5fa0b03c0bb685eae34bd0794d794e41ffe2865 (diff)
downloadgtk+-2d8acc12f356a5c77f0d7b787577a3b78d452d73.tar.gz
HandleBox mostly works now (the size_request and size_allocate is black magic to me, I am lucky it works :) Plus a few other changes
Diffstat (limited to 'gtk/gtktree.c')
-rw-r--r--gtk/gtktree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktree.c b/gtk/gtktree.c
index 42dd07fde9..512d4a491e 100644
--- a/gtk/gtktree.c
+++ b/gtk/gtktree.c
@@ -270,7 +270,7 @@ gtk_tree_add (GtkContainer *container,
tree->children = g_list_append (tree->children, widget);
-#ifdef 0
+#if 0
if (!tree->selection && (tree->selection_mode == GTK_SELECTION_BROWSE))
{
gtk_tree_select_child (tree, widget);