diff options
author | Rodney Dawes <dobey@ximian.com> | 2003-02-25 00:53:22 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2003-02-25 00:53:22 +0800 |
commit | 32f0a2a91111805b1373d8a0f4ba8de99eee5d3d (patch) | |
tree | 277a2353f4c980fc4e123bb100d0405a4558afcf /shell/Makefile.am | |
parent | acf12a49d6be18001469b2ae7dcb0c136844a6d3 (diff) | |
download | gsoc2013-evolution-32f0a2a91111805b1373d8a0f4ba8de99eee5d3d.tar.gz 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/Makefile.am')
-rw-r--r-- | shell/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/Makefile.am b/shell/Makefile.am index 8c4a544108..16bec4d851 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -155,8 +155,6 @@ evolution_SOURCES = \ e-folder-dnd-bridge.h \ e-folder-type-registry.c \ e-folder-type-registry.h \ - e-gray-bar.c \ - e-gray-bar.h \ e-history.c \ e-history.h \ e-icon-factory.c \ |