aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-cal-popup.c
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-28 01:28:13 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-28 01:28:13 +0800
commitee84f61d7ae5ca865c8de37b87473c6232a05333 (patch)
tree47bcf93f1f2110ab4c58045ce89adc5df736367d /calendar/gui/e-cal-popup.c
parent19b5f0437a36c6b8b7b76f1ee32aad8b29473f7e (diff)
downloadgsoc2013-evolution-ee84f61d7ae5ca865c8de37b87473c6232a05333.tar
gsoc2013-evolution-ee84f61d7ae5ca865c8de37b87473c6232a05333.tar.gz
gsoc2013-evolution-ee84f61d7ae5ca865c8de37b87473c6232a05333.tar.bz2
gsoc2013-evolution-ee84f61d7ae5ca865c8de37b87473c6232a05333.tar.lz
gsoc2013-evolution-ee84f61d7ae5ca865c8de37b87473c6232a05333.tar.xz
gsoc2013-evolution-ee84f61d7ae5ca865c8de37b87473c6232a05333.tar.zst
gsoc2013-evolution-ee84f61d7ae5ca865c8de37b87473c6232a05333.zip
Committing missing popup hooks in the previous commit
svn path=/trunk/; revision=33583
Diffstat (limited to 'calendar/gui/e-cal-popup.c')
-rw-r--r--calendar/gui/e-cal-popup.c3
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 }
};