From c3902df124c547b12c979f631238ee1dce9c4bad Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Mon, 11 Jul 2005 11:26:31 +0000 Subject: Removed em-attachment* from the build. Remains in the CVS, just incase to 2005-07-11 Srinivasa Ragavan * 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 --- composer/e-msg-composer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'composer/e-msg-composer.h') 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 #include -#include "e-msg-composer-attachment-bar.h" #include "e-msg-composer-hdrs.h" #include "Editor.h" -- cgit