Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk filter_prefs.c filter_prefs.h

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: Thu, 22 Feb 2001 23:54:28 -0600 (CST)
guy         2001/02/22 23:54:28 CST

  Modified files:
    gtk                  filter_prefs.c filter_prefs.h 
  Log:
  The text entry box that a filter construction dialog manipulates is
  always attached to the dialog as the E_FILT_FILTER_TE_KEY data, but only
  sometimes attached as the E_FILT_TE_KEY data.
  
  Get rid of E_FILT_TE_KEY completely, as it's redundant, and use only
  E_FILT_FILTER_TE_KEY; this keeps us from crashing as a result of trying
  to manipulate the widget referred to by E_FILT_TE_KEY if E_FILT_TE_KEY
  hasn't been set to refer to any widget.
  
  Revision  Changes    Path
  1.29      +5 -5      ethereal/gtk/filter_prefs.c
  1.11      +1 -2      ethereal/gtk/filter_prefs.h