Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c display_opts.c file_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@xxxxxxxxxxxxxxxxxxx>
Date: Sat, 14 Apr 2001 22:37:18 -0500 (CDT)
guy         2001/04/14 22:37:17 CDT

  Modified files:
    gtk                  capture_dlg.c display_opts.c file_dlg.c 
                         main.c menu.c 
  Log:
  There's no "enable name resolution in captures" preference in Ethereal,
  and never was - there's only an Ethereal-wide "enable name resolution"
  preference.  Name it just "name_resolve".
  
  Replace all tests of "g_resolving_actif" with tests of
  "prefs.name_resolv", and replace all code that sets "g_resolving_actif"
  with code that sets "prefs.name_resolv", so that the setting of
  "prefs.name_resolv" actually affects whether names are resolved or not.
  
  Revision  Changes    Path
  1.41      +3 -3      ethereal/gtk/capture_dlg.c
  1.20      +3 -3      ethereal/gtk/display_opts.c
  1.38      +4 -3      ethereal/gtk/file_dlg.c
  1.193     +5 -5      ethereal/gtk/main.c
  1.52      +2 -2      ethereal/gtk/menu.c