Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.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: Wed, 23 Aug 2000 02:39:02 -0500 (CDT)
guy         2000/08/23 02:39:00 CDT

  Modified files:
    gtk                  gui_prefs.c 
  Log:
  Don't set the marked-packet foreground and background colors in "prefs"
  until the GUI-preferences fetch routine is called, and don't re-colorize
  marked packets until the GUI-preferences apply routine is called;
  those preferences shouldn't take effect until the user clicks "OK" or
  "Apply", as that's the way other preferences work.
  
  Treat a request to close the color selection dialog the same as a click
  on the "Cancel" button.
  
  Revision  Changes    Path
  1.12      +61 -4     ethereal/gtk/gui_prefs.c