aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-06-08 06:39:41 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-06-08 06:39:41 +0800
commit56d7e7d9ba6dd33a666d418d346cbc87f01f2761 (patch)
tree5bac961c7b5200880c233228d423f3807a9a6ab3 /shell/e-shell-view.c
parentc19352fd53ba876a150ff4324aebb0dc06e9e190 (diff)
downloadgsoc2013-evolution-56d7e7d9ba6dd33a666d418d346cbc87f01f2761.tar
gsoc2013-evolution-56d7e7d9ba6dd33a666d418d346cbc87f01f2761.tar.gz
gsoc2013-evolution-56d7e7d9ba6dd33a666d418d346cbc87f01f2761.tar.bz2
gsoc2013-evolution-56d7e7d9ba6dd33a666d418d346cbc87f01f2761.tar.lz
gsoc2013-evolution-56d7e7d9ba6dd33a666d418d346cbc87f01f2761.tar.xz
gsoc2013-evolution-56d7e7d9ba6dd33a666d418d346cbc87f01f2761.tar.zst
gsoc2013-evolution-56d7e7d9ba6dd33a666d418d346cbc87f01f2761.zip
Restore the toolbar. I committed a line of code that shouldn't have
been committed. svn path=/trunk/; revision=3469
Diffstat (limited to 'shell/e-shell-view.c')
-rw-r--r--shell/e-shell-view.c2
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;