Ethereal-dev: Re: [Ethereal-dev] Re: Resend: io_stat.c/filter_prefs.h/filter_prefs.c patch: u

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 14 Jan 2003 22:01:28 -0800
On Mon, Jan 06, 2003 at 09:00:38PM +1100, Ronnie Sahlberg wrote:
> 1,   I didnt really like the change made inside filter_prefs.c that made it
> do the strncmp() thingy
> and changed it to let the function return the pointer instead (the global
> variable was also removed)

That was only needed to arrange that only one "Filter" button be active;
some other changes I made removed any requirement that only one "Filter"
button be active, and the dialog boxes now have the button number in the
title bar, so I got rid of the code to inactivate "Filter" buttons and
reverted to having "display_filter_construct_cb()" return nothing.