Ethereal-dev: Re: [Ethereal-dev] [patch] simply bug in toolbar.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 28 Oct 2003 11:39:25 -0800
On Tue, Oct 28, 2003 at 12:56:15PM +0100, Ulf Lamping wrote:
> I have found a simple bug in the toolbar.c latest CVS code, don't know
> when this bug happened (it was once ok). 
> When triggering the display filter toolbar icon, I get an access
> violation.  Looking in the menu.c code, where I once got the function
> names from, I discovered that the function name changed. 
> 
> Please could someone simply change the word (line 517):
> display_filter_construct_cb into dfilter_dialog_cb ?

That's not a function name change.  "dfilter_dialog_cb()" constructs an
"edit list of display filters" dialog, and always has;
"display_filter_construct_cb()" constructs a general display filter
dialog, and always has.

I couldn't find anything there that changed at all recently, and I don't
get a crash when clicking on the dispaly filter toobar icon; perhaps
there's a GTK1 vs. GTK2 issue here.

Where exactly is it crashing?