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/ChangeLog | 4 ++++ calendar/gui/e-cal-popup.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 02b23a4681..3de11eec06 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2007-05-27 Srinivasa Ragavan + + * gui/e-cal-popup.c: Addup missing hooks in the previous commit. + 2007-05-27 Srinivasa Ragavan ** Fix for bug #326388 from Raghavendaran 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 v1.2.3