aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-view.c
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2003-02-25 00:53:22 +0800
committerRodney Dawes <dobey@src.gnome.org>2003-02-25 00:53:22 +0800
commit32f0a2a91111805b1373d8a0f4ba8de99eee5d3d (patch)
tree277a2353f4c980fc4e123bb100d0405a4558afcf /shell/e-shell-view.c
parentacf12a49d6be18001469b2ae7dcb0c136844a6d3 (diff)
downloadgsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.tar
gsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.tar.gz
gsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.tar.bz2
gsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.tar.lz
gsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.tar.xz
gsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.tar.zst
gsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.zip
We don't need e-gray-bar.[ch] anymore Remove these unused files now We are
2003-02-24 Rodney Dawes <dobey@ximian.com> * Makefile.am: We don't need e-gray-bar.[ch] anymore * e-gray-bar.[ch]: Remove these unused files now * e-shell-folder-title-bar.c: We are themeable now!!!! Use GtkArrows now instead of pixmaps Get rid of the hardcoded colors Add an expose_event to paint a flat box for the background * e-shell-view.c: Don't need e-gray-bar anymore svn path=/trunk/; revision=20036
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 69e26e77ba..324a10bd17 100644
--- a/shell/e-shell-view.c
+++ b/shell/e-shell-view.c
@@ -1328,7 +1328,7 @@ setup_widgets (EShellView *shell_view)
gtk_paned_pack1 (GTK_PANED (priv->view_hpaned), priv->storage_set_view_box, FALSE, FALSE);
gtk_paned_pack2 (GTK_PANED (priv->view_hpaned), priv->notebook, TRUE, FALSE);
- gray_bar = e_gray_bar_new ();
+ gray_bar = gtk_event_box_new ();
gtk_container_add (GTK_CONTAINER (gray_bar), priv->folder_title_bar);
gtk_box_pack_start (GTK_BOX (priv->view_vbox), gray_bar, FALSE, FALSE, 2);