Ethereal-dev: Re: [ethereal-dev] multiclick in 0.7.0 = multiple trees?

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Thu, 19 Aug 1999 16:29:48 -0500
On Thu, Aug 19, 1999 at 04:00:51PM -0500, Guy Harris wrote:
> 
> 
> > This may be a consequence of the fact that, in 0.7[.x], applying a
> > display filter (which "Follow TCP Stream" and "Match Selected" do)
> > attempts to re-select the currently selected packet if it's matched by
> > the display filter; the re-selection has code to clear the hex dump,
> > but, apparently, it's not managing to clear it....
> 
> This appears to be fixed, at least from a test I did, in the current CVS
> tree.  Gilbert made a couple of changes to "file.c" that dealt with
> selection and the effects of same; the most obvious one doesn't appear
> to change the code that handles the hex dump window, but perhaps it
> indirectly fixed the problem, or perhaps the problem wasn't what I
> suspect it might be.

I can't imagine how the change I made would have fixed that
problem, since it was only concered about selected GtkTreeItems in the
GtkTree, but if it did, great, I guess....

--gilbert