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, 2 Jan 2001 13:54:50 -0600 (CST)
guy         2001/01/02 13:54:50 CST

  Modified files:
    gtk                  dfilter_expr_dlg.c 
  Log:
  Base the decision of whether selecting an entry in the value list sets
  the value entry on the type of the field, not on whether the value entry
  is visible; the value entry is hidden, in "field_select_row_cb()", after
  "build_boolean_values()" is called, and building the list in
  "build_boolean_values()" will cause an entry in that list to be
  selected, and "value_list_sel_cb()" will be called as a result, so it
  can't correctly base its decision on whether to set the value entry on
  whether the entry is visible, as it's not yet been made invisible.
  
  Fix a comment.
  
  Revision  Changes    Path
  1.3       +6 -9      ethereal/gtk/dfilter_expr_dlg.c