hack up so we dont include mail-component.h anymore, since it now relies

2005-06-03  Not Zed  <NotZed@Ximian.com>

        * e-msg-composer-hdrs.c: hack up so we dont include
        mail-component.h anymore, since it now relies on files generated
        in mail/

svn path=/trunk/; revision=29452
This commit is contained in:
Not Zed
2005-06-03 09:05:43 +00:00
committed by Michael Zucci
parent 64e2180e3e
commit c19b2aef4b
2 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-06-03 Not Zed <NotZed@Ximian.com>
* e-msg-composer-hdrs.c: hack up so we dont include
mail-component.h anymore, since it now relies on files generated
in mail/
2005-06-03 Srinivasa Ragavan <sragavan@novell.com>
* e-msg-composer-select-file.c (select_attach_response): Show

View File

@ -60,7 +60,12 @@
#include "mail/mail-config.h"
/*#include "mail/em-folder-selection-button.h"*/
#include "mail/em-folder-selector.h"
#include "mail/mail-component.h"
/* another 'temporary' kludge, so we dont need to build idl's for the MailComponent */
/*#include "mail/mail-component.h"*/
struct _MailComponent *mail_component_peek(void);
extern struct _EMFolderTreeModel *mail_component_peek_tree_model(struct _MailComponent *);
#include "mail/em-folder-tree.h"
/* TEMPORARY KLUDGE */