Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk prefs_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, 10 Jul 2000 04:18:48 -0500 (CDT)
guy         2000/07/10 04:18:44 CDT

  Modified files:
    gtk                  prefs_dlg.c 
  Log:
  In the "Preferences" dialog box, "Save" sets the current preference
  values to the ones specified in the dialog box, so it should also
  redissect the packets and re-evaluate the display filter if any of them
  changed.  (I.e., it did part of an "Apply"; it needs to do all of it.)
  
  "Cancel" also needs to find out if any preferences were changed by the
  reversion and redissect and refilter if they did.
  
  Revision  Changes    Path
  1.16      +55 -13    ethereal/gtk/prefs_dlg.c