aboutsummaryrefslogtreecommitdiffstats
path: root/shell/Makefile.am
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-08-12 23:34:53 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-08-12 23:34:53 +0800
commit1285912f049822720b8643d2417bfd6b7ad58fc6 (patch)
tree207a8628079b566c1e9a6fe89a0377b6f617465b /shell/Makefile.am
parent51f77f649b27e6013038c642c532d0547c7fdddd (diff)
downloadgsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.tar
gsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.tar.gz
gsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.tar.bz2
gsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.tar.lz
gsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.tar.xz
gsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.tar.zst
gsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.zip
Put the folder title bar into an EGrayBar.
* e-shell-view.c (setup_widgets): Put the folder title bar into an EGrayBar. * e-gray-bar.c: New. * e-gray-bar.h: New. svn path=/trunk/; revision=11932
Diffstat (limited to 'shell/Makefile.am')
-rw-r--r--shell/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am
index a85307efae..9bd2eaac79 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -105,6 +105,8 @@ evolution_SOURCES = \
e-folder-type-registry.h \
e-folder.c \
e-folder.h \
+ e-gray-bar.c \
+ e-gray-bar.h \
e-local-folder.c \
e-local-folder.h \
e-local-storage.c \