diff options
author | Dan Winship <danw@src.gnome.org> | 2001-09-21 01:07:13 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-09-21 01:07:13 +0800 |
commit | d85e32047648846654fc03d9a8a0f8f9040e5199 (patch) | |
tree | dece1baf3a9d5160bf7bc6896d6a8491924b5275 /mail/mail-config.c | |
parent | 6021aa819a124d8899fce27dddec3b6ac7eaa8c4 (diff) | |
download | gsoc2013-evolution-d85e32047648846654fc03d9a8a0f8f9040e5199.tar.gz gsoc2013-evolution-d85e32047648846654fc03d9a8a0f8f9040e5199.tar.zst gsoc2013-evolution-d85e32047648846654fc03d9a8a0f8f9040e5199.zip |
No need to have g_warnings here. If it's done properly, therapeutically,
* mail-config.c (evolution_mail_config_factory_init): No need to
have g_warnings here. If it's done properly, therapeutically,
there's no danger involved.
svn path=/trunk/; revision=13010
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r-- | mail/mail-config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c index 6ef4f15378..a45a735775 100644 --- a/mail/mail-config.c +++ b/mail/mail-config.c @@ -2046,7 +2046,6 @@ evolution_mail_config_factory_init (void) { BonoboGenericFactory *factory; - g_warning ("Starting mail config"); factory = bonobo_generic_factory_new (MAIL_CONFIG_IID, evolution_mail_config_factory_fn, NULL); @@ -2054,6 +2053,5 @@ evolution_mail_config_factory_init (void) g_warning ("Error starting MailConfig"); } - g_warning ("Registered"); bonobo_running_context_auto_exit_unref (BONOBO_OBJECT (factory)); } |