Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c capture_dlg.h file_dlg.c f

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Thu, 29 Jan 2004 17:11:38 -0600 (CST)
ulfl        2004/01/29 17:11:38 CST

  Modified files:
    gtk                  capture_dlg.c capture_dlg.h file_dlg.c 
                         file_dlg.h main.c main.h menu.c menu.h 
  Log:
  every GUI action, which will erease a currently unsaved capture file,
  will now raise a dialog "Save xy before z?" with Yes/No/Cancel buttons.
  
  Revision  Changes    Path
  1.98      +39 -2     ethereal/gtk/capture_dlg.c
  1.4       +3 -1      ethereal/gtk/capture_dlg.h
  1.85      +114 -5    ethereal/gtk/file_dlg.c
  1.8       +13 -1     ethereal/gtk/file_dlg.h
  1.379     +50 -7     ethereal/gtk/main.c
  1.40      +2 -1      ethereal/gtk/main.h
  1.152     +37 -2     ethereal/gtk/menu.c
  1.15      +2 -1      ethereal/gtk/menu.h