diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-25 09:38:08 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-25 09:38:08 +0800 |
commit | 9a6b1689a74bccedccd6ff45ce90a4124e394d56 (patch) | |
tree | 81482cc809ee741c398b3011638a1a554069e5c0 /mail/component-factory.c | |
parent | c09bf799645c1e54e013f85fd4c9beba6704392a (diff) | |
download | gsoc2013-evolution-9a6b1689a74bccedccd6ff45ce90a4124e394d56.tar.gz gsoc2013-evolution-9a6b1689a74bccedccd6ff45ce90a4124e394d56.tar.zst gsoc2013-evolution-9a6b1689a74bccedccd6ff45ce90a4124e394d56.zip |
Remove GOAD support.
* component-factory.c, folder-browser-factory.c, test-mail.c:
Remove GOAD support.
* main.c: Remove GOAD support.
(main): More "guess the build mistake" fun, this time for the
failure to initialize Bonobo case.
svn path=/trunk/; revision=4301
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index a00e687d43..bd3e13eb23 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -48,11 +48,7 @@ static void real_create_imap_storage( gpointer user_data ); static void create_news_storage (EvolutionShellComponent *shell_component); static void real_create_news_storage( gpointer user_data ); -#ifdef USING_OAF #define COMPONENT_FACTORY_ID "OAFIID:evolution-shell-component-factory:evolution-mail:0ea887d5-622b-4b8c-b525-18aa1cbe18a6" -#else -#define COMPONENT_FACTORY_ID "evolution-shell-component-factory:evolution-mail" -#endif static BonoboGenericFactory *factory = NULL; |