aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index bafe7ea2d5..65a469bcf2 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -348,7 +348,8 @@ impl_Shell_handleURI (PortableServer_Servant servant,
return;
}
- if (! evolution_shell_component_client_handle_external_uri (schema_handler, uri)) {
+ if (evolution_shell_component_client_handle_external_uri (schema_handler, uri)
+ != EVOLUTION_SHELL_COMPONENT_OK) {
/* FIXME: Just a wild guess here. */
CORBA_exception_set (ev, CORBA_USER_EXCEPTION,
ex_GNOME_Evolution_Shell_NotFound, NULL);