aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-23 05:16:10 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-23 05:16:10 +0800
commit739e7cd1da237df90e26d979101c3624aef4a779 (patch)
tree16c32744cd78d180f375c028f175563e36af1d89 /mail/component-factory.c
parent74291416825aaa4e571c22087818a932307aa301 (diff)
downloadgsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.tar
gsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.tar.gz
gsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.tar.bz2
gsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.tar.lz
gsoc2013-evolution-739e7cd1da237df90e26d979101c3624aef4a779.tar.xz
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.c')
-rw-r--r--mail/component-factory.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 7962dcdd11..d6603cb9cc 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -64,9 +64,6 @@ char *evolution_dir;
EvolutionShellClient *global_shell_client = NULL;
-#define COMPONENT_ID "OAFIID:GNOME_Evolution_Mail_ShellComponent"
-#define SUMMARY_FACTORY_ID "OAFIID:GNOME_Evolution_Mail_ExecutiveSummaryComponentFactory"
-
static GHashTable *storages_hash;
static EvolutionShellComponent *shell_component;