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:
@ -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
|
||||
|
||||
@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user