diff options
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r-- | shell/e-shell-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |