Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.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: Mon, 8 May 2000 00:42:59 -0500 (CDT)
guy         2000/05/08 00:42:57 CDT

  Modified files:
    gtk                  capture_dlg.c 
  Log:
  Connect the capture preferences dialog box and any file selection dialog
  box it has open, so that:
  
  	if the capture preferences dialog box goes away, so does the
  	file selection dialog box (as it no longer has a text widget
  	into which it can stuff the selected file name);
  
  	if the "File:" button is clicked when there's already a file
  	selection dialog box open, we just reactivate that existing
  	dialog box rather than popping up a new one.
  
  Revision  Changes    Path
  1.23      +57 -1     ethereal/gtk/capture_dlg.c