summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-02-17 00:29:47 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-02-17 00:29:47 +0000
commit5f6fa73ebd6068a7c7242a76cd967c58885e4e7d (patch)
tree8fc7278b5dd951a80b3adefc14d70148970dcb5b
parent7171baf7d2acc629ae67fbb344b7e03f89c42425 (diff)
downloadnautilus-5f6fa73ebd6068a7c7242a76cd967c58885e4e7d.tar.gz
Show the stinking tree. :)
Show the stinking tree. :)
-rw-r--r--ChangeLog-200004144
-rw-r--r--components/help/hyperbola-nav-tree.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog-20000414 b/ChangeLog-20000414
index 7748c58a9..7901967f4 100644
--- a/ChangeLog-20000414
+++ b/ChangeLog-20000414
@@ -1,3 +1,7 @@
+2000-02-16 Elliot Lee <sopwith@redhat.com>
+
+ * components/help/hyperbola-nav-tree.c: Show the stinking view. :)
+
2000-02-16 John Sullivan <sullivan@eazel.com>
* libnautilus/nautilus-directory.c:
diff --git a/components/help/hyperbola-nav-tree.c b/components/help/hyperbola-nav-tree.c
index 7b7d98e5e..d908f73cd 100644
--- a/components/help/hyperbola-nav-tree.c
+++ b/components/help/hyperbola-nav-tree.c
@@ -95,6 +95,7 @@ hyperbola_navigation_tree_new(void)
gtk_clist_thaw(GTK_CLIST(view->ctree));
gtk_widget_show(view->ctree);
gtk_widget_show(wtmp);
+ gtk_widget_show(GTK_WIDGET(view->view_frame));
return nautilus_view_frame_get_bonobo_object(view->view_frame);
}