diff options
Diffstat (limited to 'calendar/gui/dialogs/send-comp.c')
-rw-r--r-- | calendar/gui/dialogs/send-comp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/send-comp.c b/calendar/gui/dialogs/send-comp.c index e9f6275400..525f5b92c2 100644 --- a/calendar/gui/dialogs/send-comp.c +++ b/calendar/gui/dialogs/send-comp.c @@ -92,7 +92,9 @@ send_component_prompt_subject (GtkWindow *parent, ECal *client, ECalComponent *c id = "calendar:prompt-send-no-subject-task"; break; case E_CAL_COMPONENT_JOURNAL: - return TRUE; /* we don't do summaries directly */ + id = "calendar:prompt-send-no-subject-memo"; + break; + default: g_message ("send_component_prompt_subject(): " "Cannot handle object of type %d", vtype); |