From fa88272dacec915ac2b96d772848943fc8e0013d Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 20 Aug 2001 05:59:16 +0000 Subject: Don't set the paned tree position. * e-shell-view.c (setup_widgets): Don't set the paned tree position. svn path=/trunk/; revision=12250 --- shell/ChangeLog | 5 +++++ shell/e-shell-view.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index b006f6ba7d..4334ec9bc9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-08-20 Ettore Perazzoli + + * e-shell-view.c (setup_widgets): Don't set the paned tree + position. + 2001-08-19 Chris Toshok * evolution-shell-component.c (impl__get_supported_types): fill diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c index f3af270afe..46b31f3eef 100644 --- a/shell/e-shell-view.c +++ b/shell/e-shell-view.c @@ -906,7 +906,6 @@ setup_widgets (EShellView *shell_view) priv->view_hpaned = e_hpaned_new (); e_paned_pack1 (E_PANED (priv->view_hpaned), priv->storage_set_view_box, FALSE, FALSE); e_paned_pack2 (E_PANED (priv->view_hpaned), priv->notebook, TRUE, FALSE); - e_paned_set_position (E_PANED (priv->view_hpaned), DEFAULT_TREE_WIDTH); gray_bar = e_gray_bar_new (); gtk_container_add (GTK_CONTAINER (gray_bar), priv->folder_title_bar); -- cgit v1.2.3