From 412024362d002e4d3bd6809659516d6fb800b282 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 8 Sep 2000 16:04:56 +0000 Subject: remove consts from the EPopupMenu structure: the caller may want to modify * e-popup-menu.h: remove consts from the EPopupMenu structure: the caller may want to modify its own EPopupMenu before calling e_popup_menu_run. svn path=/trunk/; revision=5261 --- widgets/misc/e-popup-menu.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-popup-menu.h b/widgets/misc/e-popup-menu.h index ed54a632a5..7039d59835 100644 --- a/widgets/misc/e-popup-menu.h +++ b/widgets/misc/e-popup-menu.h @@ -5,10 +5,10 @@ #include typedef struct { - char const * const name; - char const * const pixname; - void (*fn)(GtkWidget *widget, void *closure); - int disable_mask; + char *name; + char *pixname; + void (*fn) (GtkWidget *widget, void *closure); + int disable_mask; } EPopupMenu; GtkMenu *e_popup_menu_create (EPopupMenu *menu_list, -- cgit v1.2.3