diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 09:29:25 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 09:29:25 +0800 |
commit | f2b2d42471dc6a820c94f8888bd4f13a5c00a530 (patch) | |
tree | 4e4d806e1c4e6926b7386ac633073550414184a6 /modules/calendar/e-task-shell-backend.c | |
parent | 943dc3bab42bf9a550de3e5d8eece522cfd6ac6c (diff) | |
download | gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.gz gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.tar.zst gsoc2013-evolution-f2b2d42471dc6a820c94f8888bd4f13a5c00a530.zip |
Handle calendar URIs from the command line.
Diffstat (limited to 'modules/calendar/e-task-shell-backend.c')
-rw-r--r-- | modules/calendar/e-task-shell-backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-task-shell-backend.c b/modules/calendar/e-task-shell-backend.c index 23d5e35d7b..500dd30423 100644 --- a/modules/calendar/e-task-shell-backend.c +++ b/modules/calendar/e-task-shell-backend.c @@ -430,7 +430,7 @@ task_module_handle_uri_cb (EShellBackend *shell_backend, } } - if (source_uid != NULL || comp_uid != NULL) + if (source_uid == NULL || comp_uid == NULL) goto exit; /* URI is valid, so consider it handled. Whether |