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
This commit is contained in:
Ettore Perazzoli
2001-08-20 05:59:16 +00:00
parent 45ca18de52
commit fa88272dac
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-20 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view.c (setup_widgets): Don't set the paned tree
position.
2001-08-19 Chris Toshok <toshok@ximian.com>
* evolution-shell-component.c (impl__get_supported_types): fill

View File

@ -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);