diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index f77f76fa1b..e6d04129d9 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -826,7 +826,7 @@ handle_external_uri_cb (EvolutionShellComponent *shell_component, g_warning ("Invalid URI requested to mail component -- %s", uri); return; } - + /* FIXME: Sigh. This shouldn't be here. But the code is messy, so I'll just put it here anyway. */ send_to_url (uri); |