Updated to use new EPopupMenu API.
2002-03-15 Jeffrey Stedfast <fejj@ximian.com> * e-activity-handler.c (show_cancellation_popup): Updated to use new EPopupMenu API. svn path=/trunk/; revision=16185
This commit is contained in:

committed by
Jeffrey Stedfast

parent
e91db1e5a1
commit
eaaa45115f
@ -1,3 +1,8 @@
|
||||
2002-03-15 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* e-activity-handler.c (show_cancellation_popup): Updated to use
|
||||
new EPopupMenu API.
|
||||
|
||||
2002-03-14 Dan Winship <danw@ximian.com>
|
||||
|
||||
Support for delayed filling-in of storages/folders.
|
||||
|
@ -159,10 +159,10 @@ show_cancellation_popup (ActivityInfo *activity_info,
|
||||
{
|
||||
GtkMenu *popup;
|
||||
EPopupMenu items[] = {
|
||||
{ N_("Show Details"), NULL, task_widget_show_details_callback, NULL, 0 },
|
||||
{ "", NULL, NULL, NULL, 0 },
|
||||
{ N_("Cancel Operation"), NULL, task_widget_cancel_callback, NULL, 0 },
|
||||
{ NULL }
|
||||
{ N_("Show Details"), NULL, task_widget_show_details_callback, NULL, NULL, 0 },
|
||||
E_POPUP_SEPARATOR,
|
||||
{ N_("Cancel Operation"), NULL, task_widget_cancel_callback, NULL, NULL, 0 },
|
||||
E_POPUP_TERMINATOR
|
||||
};
|
||||
|
||||
/* FIXME: We should gray out things properly here. */
|
||||
|
Reference in New Issue
Block a user