diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-07-11 19:26:31 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-07-11 19:26:31 +0800 |
commit | c3902df124c547b12c979f631238ee1dce9c4bad (patch) | |
tree | 7f818e094f10caca183c66731b593bdb9b08c582 /composer/e-msg-composer.h | |
parent | 519b88e079799dbbc4879bf6fde6e38344354def (diff) | |
download | gsoc2013-evolution-c3902df124c547b12c979f631238ee1dce9c4bad.tar.gz gsoc2013-evolution-c3902df124c547b12c979f631238ee1dce9c4bad.tar.zst gsoc2013-evolution-c3902df124c547b12c979f631238ee1dce9c4bad.zip |
Removed em-attachment* from the build. Remains in the CVS, just incase to
2005-07-11 Srinivasa Ragavan <sragavan@novell.com>
* Makefile.am: Removed em-attachment* from the build.
Remains in the CVS, just incase to revert in case of issues.
Should go away after 2.3.5.
* e-msg-composer.c: (add_inlined_images) (build_message) (menu_file_close_cb)
(setup_ui) (attach_message) (drop_action) (e_msg_composer_unrealize)
(create_composer) (handle_mailto) (e_msg_composer_add_header)
Changed the code to use e_attachment_* from em_attachment*
* e-msg-composer.h: Added removed old header includes
svn path=/trunk/; revision=29716
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 279bd150f3..66c7e2e1e9 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -31,7 +31,6 @@ typedef struct _EMsgComposerClass EMsgComposerClass; #include <bonobo/bonobo-window.h> #include <bonobo/bonobo-ui-component.h> -#include "e-msg-composer-attachment-bar.h" #include "e-msg-composer-hdrs.h" #include "Editor.h" |