diff options
author | William Jon McCann <mccann@jhu.edu> | 2004-05-29 00:14:07 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-05-29 00:14:07 +0800 |
commit | f0e2de981a71c1f25b11872125dfa3f900017b77 (patch) | |
tree | b8f0e91433a62381d0fc6fb982da553932ee6187 /shell/Makefile.am | |
parent | c256a570ab36ba2ad750daedbff9bf1e4081cd10 (diff) | |
download | gsoc2013-evolution-f0e2de981a71c1f25b11872125dfa3f900017b77.tar.gz gsoc2013-evolution-f0e2de981a71c1f25b11872125dfa3f900017b77.tar.zst gsoc2013-evolution-f0e2de981a71c1f25b11872125dfa3f900017b77.zip |
Remove e-shell-about-box.
2004-05-28 William Jon McCann <mccann@jhu.edu>
* Makefile.am (evolution_SOURCES): Remove e-shell-about-box.
* e-shell-window-commands.c (command_about_box, about_box_new):
Use GNOME about box.
svn path=/trunk/; revision=26122
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 4f63855222..fa3c86f9ff 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -136,8 +136,6 @@ evolution_SOURCES = \ e-corba-config-page.h \ e-history.c \ e-history.h \ - e-shell-about-box.c \ - e-shell-about-box.h \ e-shell-constants.h \ e-shell-folder-title-bar.c \ e-shell-folder-title-bar.h \ |