aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/send-comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/send-comp.c')
-rw-r--r--calendar/gui/dialogs/send-comp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/send-comp.c b/calendar/gui/dialogs/send-comp.c
index f685bd1014..9e88f302eb 100644
--- a/calendar/gui/dialogs/send-comp.c
+++ b/calendar/gui/dialogs/send-comp.c
@@ -90,7 +90,8 @@ send_component_prompt_subject (GtkWindow *parent, ECal *client, ECalComponent *c
case E_CAL_COMPONENT_TODO:
id = "calendar:prompt-send-no-subject-task";
break;
-
+ case E_CAL_COMPONENT_JOURNAL:
+ return TRUE; /* we don't do summaries directly */
default:
g_message ("send_component_prompt_subject(): "
"Cannot handle object of type %d", vtype);