diff options
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-cal-popup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/e-cal-popup.c b/calendar/gui/e-cal-popup.c index 2afb14e9c8..a5e4a0ed4a 100644 --- a/calendar/gui/e-cal-popup.c +++ b/calendar/gui/e-cal-popup.c @@ -825,6 +825,9 @@ static const EPopupHookTargetMask ecalph_source_masks[] = { { "user", E_CAL_POPUP_SOURCE_USER }, { "offline", E_CAL_POPUP_SOURCE_OFFLINE}, { "no-offline", E_CAL_POPUP_SOURCE_NO_OFFLINE}, + { "delete", E_CAL_POPUP_SOURCE_DELETE}, + { "no-delete", E_CAL_POPUP_SOURCE_NO_DELETE}, + { 0 } }; |