diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 05:16:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-23 05:16:10 +0800 |
commit | 739e7cd1da237df90e26d979101c3624aef4a779 (patch) | |
tree | 16c32744cd78d180f375c028f175563e36af1d89 /mail/component-factory.h | |
parent | 74291416825aaa4e571c22087818a932307aa301 (diff) | |
download | gsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.tar.gz gsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.tar.zst gsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.zip |
#include "component-factory.h". (do_op_status): Pass the component ID
* mail-mt.c: #include "component-factory.h".
(do_op_status): Pass the component ID instead of the msg ID.
* component-factory.h (COMPONENT_ID): #define here instead of
`component-factory.c'.
(SUMMARY_FACTORY_ID): Likewise.
svn path=/trunk/; revision=13895
Diffstat (limited to 'mail/component-factory.h')
-rw-r--r-- | mail/component-factory.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/component-factory.h b/mail/component-factory.h index 5e583109ea..15e655eb74 100644 --- a/mail/component-factory.h +++ b/mail/component-factory.h @@ -24,6 +24,9 @@ #ifndef COMPONENT_FACTORY_H #define COMPONENT_FACTORY_H +#define COMPONENT_ID "OAFIID:GNOME_Evolution_Mail_ShellComponent" +#define SUMMARY_FACTORY_ID "OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponentFactory" + void component_factory_init (void); #endif |