diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-05-12 18:02:29 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-05-12 18:02:29 +0800 |
commit | 9a9a51c562d402f2324e662125859d7b23410784 (patch) | |
tree | 4e2b9ed44e360c8ffc550a11e307aeae397ff099 /mail/Makefile.am | |
parent | 2424c155946bcc29cd1265b85a7c59b3938adf3c (diff) | |
download | gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar.gz gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.tar.zst gsoc2013-evolution-9a9a51c562d402f2324e662125859d7b23410784.zip |
my computer crashed while commiting this first time.
2001-05-12 Gediminas Paulauskas <menesis@delfi.lt>
* folder-browser-factory.c: load pixmaps for MessageCopy and
MessageForwardAttached. Thanks Wayne Davis <wfdavis@seas.upenn.edu>
for a patch.
2001-05-12 Gediminas Paulauskas <menesis@delfi.lt>
* evolution-mail.xml: add pixmaps for MessageCopy and
MessageForwardAttached. Thanks Wayne Davis <wfdavis@seas.upenn.edu>
for a patch.
2001-05-12 Gediminas Paulauskas <menesis@delfi.lt>
* po/POTFILES.in: update with new/moved files.
also:
Removed duplicated DATADIR in mail/Makefile.am
fixed warning in e-search-bar.c in my recent code there
svn path=/trunk/; revision=9783
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 2b66e3573c..d39fca9307 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -30,7 +30,6 @@ INCLUDES = \ -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -DEVOLUTION_ICONSDIR=\""$(iconsdir)"\" \ -DEVOLUTION_LOCALEDIR=\""$(localedir)"\" \ - -DEVOLUTION_DATADIR=\""$(datadir)"\" \ -DCAMEL_PROVIDERDIR=\""$(providerdir)"\" \ -DMAIL_IMPORTERSDIR=\""$(importerdir)"\" \ -DG_LOG_DOMAIN=\"evolution-mail\" |