diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-12 23:34:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-08-12 23:34:53 +0800 |
commit | 1285912f049822720b8643d2417bfd6b7ad58fc6 (patch) | |
tree | 207a8628079b566c1e9a6fe89a0377b6f617465b /shell/Makefile.am | |
parent | 51f77f649b27e6013038c642c532d0547c7fdddd (diff) | |
download | gsoc2013-evolution-1285912f049822720b8643d2417bfd6b7ad58fc6.tar.gz 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.am | 2 |
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 \ |