aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/tasks-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/tasks-component.c')
-rw-r--r--calendar/gui/tasks-component.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/gui/tasks-component.c b/calendar/gui/tasks-component.c
index 3b02c45ad8..8060c5f77d 100644
--- a/calendar/gui/tasks-component.c
+++ b/calendar/gui/tasks-component.c
@@ -346,6 +346,13 @@ popup_event_cb(ESourceSelector *selector, ESource *insource, GdkEventButton *eve
int i;
GtkMenu *menu;
+ /** @HookPoint-ECalPopup: Tasks Source Selector Context Menu
+ * @Id: org.gnome.evolution.tasks.source.popup
+ * @Class: org.gnome.evolution.calendar.popup:1.0
+ * @Target: ECalPopupTargetSource
+ *
+ * The context menu on the source selector in the tasks window.
+ */
ep = e_cal_popup_new("org.gnome.evolution.tasks.source.popup");
t = e_cal_popup_target_new_source(ep, selector);
t->target.widget = (GtkWidget *)component_view->tasks;