aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/e-shell-view.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index b52b02446e..73f93333f4 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-08 Ettore Perazzoli <ettore@helixcode.com>
+
+ * e-shell-view.c (setup_bonobo_ui_handler): Oops. Don't create
+ the toolbar. This was not supposed to be committed.
+
2000-06-07 Ettore Perazzoli <ettore@helixcode.com>
* e-storage.c (folder_destroy): Don't destroy the subfolders.
diff --git a/shell/e-shell-view.c b/shell/e-shell-view.c
index ec5ac167b6..80c5e1551b 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -311,7 +311,7 @@ setup_bonobo_ui_handler (EShellView *shell_view)
bonobo_ui_handler_set_app (uih, GNOME_APP (shell_view));
bonobo_ui_handler_create_menubar (uih);
- bonobo_ui_handler_create_toolbar (uih, "Toolbar");
+ /* bonobo_ui_handler_create_toolbar (uih, "Toolbar"); */
bonobo_ui_handler_set_statusbar (uih, priv->appbar);
priv->uih = uih;