Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dfilter_expr_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: Tue, 20 Feb 2001 14:14:18 -0600 (CST)
guy         2001/02/20 14:14:18 CST

  Modified files:
    gtk                  dfilter_expr_dlg.c 
  Log:
  Catch the "destroy" signal on the filter-expression-construction dialog,
  and, when it's being destroyed, disconnect from the "destroy" signal on
  the text entry box to which it's attached, so that, when that text entry
  box is destroyed, we don't try to get rid of the no-longer-extant
  filter-expression-construction dialog.
  
  Revision  Changes    Path
  1.18      +22 -1     ethereal/gtk/dfilter_expr_dlg.c