Ethereal-dev: Re: Patches was Re: [ethereal-dev] duplicate menu items

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Wed, 5 Apr 2000 23:54:23 -0700
> ...and if he changes
> 
> 	GtkWidget           *popup_menu_object;
> 
> to
> 
> 	extern GtkWidget    *popup_menu_object;
> 
> in "gtk/menu.h", and put
> 
> 	GtkWidget           *popup_menu_object;
> 
> into "gtk/main.c", do the warnings go away?

I checked said changes in, except that I put the definition into
"gtk/menu.c" rather than "gtk/main.c", as "popup_menu_object" "belongs"
to "gtk/menu.c" rather than "gtk/main.c".

I suspect that will eliminate the warnings.