Ethereal-dev: Re: [ethereal-dev] Save As bug

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: Mon, 10 Apr 2000 11:42:10 -0700
> If you try to open a file after doing a 'Save As' the file_sel variable
> isn't set to null by the 'Save As' and you get a message "assertion 
> 'window != NULL' failed"

Actually, there shouldn't *be* a "file_sel" variable; there should be
separate variables for the current "File->Open" and "File->Save {As}"
dialog boxes.  I've checked in a change to do that.