Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk filter_prefs.c filter_prefs.h io_stat.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: Tue, 14 Jan 2003 23:58:51 -0600 (CST)
guy         2003/01/14 23:58:51 CST

  Modified files:
    gtk                  filter_prefs.c filter_prefs.h io_stat.c 
  Log:
  Move the code that associates buttons with filter dialogs, and vice
  versa, into "filter_dialog_new()", rather than replicating it in a
  couple of routines.
  
  The return value of "display_filter_construct_cb()" isn't used for
  anything, it's ignored by most callers and stored but subsequently
  ignored by io_stat.c; get rid of the return value, and don't bother
  storing it in io_stat.c.
  
  Before destroying a filter dialog box associated with a button being
  destroyed, break the association.
  
  Get rid of an unused variable in io_stat.c.
  
  Revision  Changes    Path
  1.43      +16 -21    ethereal/gtk/filter_prefs.c
  1.15      +3 -4      ethereal/gtk/filter_prefs.h
  1.16      +2 -10     ethereal/gtk/io_stat.c