aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/e-activity-handler.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index ade1859497..160de416f9 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2002-04-17 Christopher James Lahey <clahey@ximian.com>
+
+ * e-activity-handler.c: Updated this to match the new EPopupMenu.
+
2002-04-17 Ettore Perazzoli <ettore@ximian.com>
* e-storage-set-view.c (handle_evolution_path_drag_motion):
diff --git a/shell/e-activity-handler.c b/shell/e-activity-handler.c
index 34afb7fb65..f7bc09919d 100644
--- a/shell/e-activity-handler.c
+++ b/shell/e-activity-handler.c
@@ -159,9 +159,9 @@ show_cancellation_popup (ActivityInfo *activity_info,
{
GtkMenu *popup;
EPopupMenu items[] = {
- { N_("Show Details"), NULL, task_widget_show_details_callback, NULL, NULL, 0 },
+ E_POPUP_MENU (N_("Show Details"), task_widget_show_details_callback, 0),
E_POPUP_SEPARATOR,
- { N_("Cancel Operation"), NULL, task_widget_cancel_callback, NULL, NULL, 0 },
+ E_POPUP_MENU (N_("Cancel Operation"), task_widget_cancel_callback, 0),
E_POPUP_TERMINATOR
};