Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk filter_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@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 28 Jan 2001 15:30:54 -0600 (CST)
guy         2001/01/28 15:30:54 CST

  Modified files:
    gtk                  filter_prefs.c 
  Log:
  Use "Close", rather than "Cancel", in the filter dialog box; clicking
  that button doesn't undo edits you've made to the list of filters it's
  displaying.
  
  Don't show an "OK" button if the dialog isn't attached to a text entry
  box, as the "OK" button means "enter the current filter into the
  attached text entry box, and close the dialog", and if there *is* no
  attached text entry box, "OK" doesn't do what you might expect (it's
  equivalent to "Close").
  
  Revision  Changes    Path
  1.27      +26 -19    ethereal/gtk/filter_prefs.c