aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--calendar/ChangeLog4
-rw-r--r--calendar/gui/e-cal-popup.c3
2 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 02b23a4681..3de11eec06 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,9 @@
2007-05-27 Srinivasa Ragavan <sragavan@novell.com>
+ * gui/e-cal-popup.c: Addup missing hooks in the previous commit.
+
+2007-05-27 Srinivasa Ragavan <sragavan@novell.com>
+
** Fix for bug #326388 from Raghavendaran
* gui/calendar-component.c: (ensure_sources): Create a popup key for
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 }
};