From ee84f61d7ae5ca865c8de37b87473c6232a05333 Mon Sep 17 00:00:00 2001 From: Srinivasa Ragavan Date: Sun, 27 May 2007 17:28:13 +0000 Subject: Committing missing popup hooks in the previous commit svn path=/trunk/; revision=33583 --- calendar/gui/e-cal-popup.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'calendar/gui/e-cal-popup.c') 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 } }; -- cgit