diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-21 04:11:11 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-21 04:11:11 +0800 |
commit | 06ef60fa04a5b10f5238c9eb39ade9dc152fcb04 (patch) | |
tree | c2e7320b98c17b9969e2ed119b8c47151f194d32 /mail/main.c | |
parent | 57da605d2f486a99f949a0ce274a561e224b88b6 (diff) | |
download | gsoc2013-evolution-06ef60fa04a5b10f5238c9eb39ade9dc152fcb04.tar.gz gsoc2013-evolution-06ef60fa04a5b10f5238c9eb39ade9dc152fcb04.tar.zst gsoc2013-evolution-06ef60fa04a5b10f5238c9eb39ade9dc152fcb04.zip |
Declare composer factory.
* evolution-mail.oafinfo: Declare composer factory.
* main.c (main): Initialize it
svn path=/trunk/; revision=6079
Diffstat (limited to 'mail/main.c')
-rw-r--r-- | mail/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/main.c b/mail/main.c index e21982f465..88eab84fe4 100644 --- a/mail/main.c +++ b/mail/main.c @@ -27,6 +27,7 @@ #include <gal/widgets/e-unicode.h> #include "component-factory.h" +#include "composer/evolution-composer.h" #include "mail.h" static int blowup(int status) @@ -79,6 +80,7 @@ main (int argc, char *argv []) e_cursors_init (); component_factory_init (); + evolution_composer_factory_init (); signal (SIGSEGV, SIG_DFL); signal (SIGBUS, SIG_DFL); |