aboutsummaryrefslogtreecommitdiffstats
path: root/mail/component-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r--mail/component-factory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c
index 9783283c81..54a8adabe4 100644
--- a/mail/component-factory.c
+++ b/mail/component-factory.c
@@ -1631,7 +1631,7 @@ factory (BonoboGenericFactory *factory,
else if (strcmp (component_id, MAIL_ACCOUNTS_CONTROL_ID) == 0
|| strcmp (component_id, MAIL_PREFERENCES_CONTROL_ID) == 0
|| strcmp (component_id, MAIL_COMPOSER_PREFS_CONTROL_ID) == 0
- || strcmp (component_id, MAIL_FONT_PREFS_CONTROL_ID) == 0)
+ /* || strcmp (component_id, MAIL_FONT_PREFS_CONTROL_ID) == 0 */)
return mail_config_control_factory_cb (factory, component_id, evolution_shell_client_corba_objref (global_shell_client));
g_warning (FACTORY_ID ": Don't know what to do with %s", component_id);