diff options
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index 51b01eb9d4..aa8a2727d6 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -3212,7 +3212,7 @@ e_week_view_on_editing_stopped (EWeekView *week_view, if (!e_week_view_is_one_day_event (week_view, event_num)) e_week_view_reshape_event_span (week_view, event_num, span_num); - } else { + } else if (summary.value || !string_is_empty (text)) { summary.value = text; summary.altrep = NULL; cal_component_set_summary (event->comp, &summary); |