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

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 15 Apr 2004 18:28:11 -0500 (CDT)
guy         2004/04/15 18:28:11 CDT

  Modified files:
    gtk                  find_dlg.c 
  Log:
  Rename a bunch of variables and routines that pertain to string search
  with "string" rather than "ascii", to make it clearer what they're
  involved with.
  
  Use "gtk_toggle_button_set_active()", not
  "gtk_toggle_button_set_state()" (the latter is a deprecated alias for
  the former, probably dating back to GTK+ 1.0[.x] - 1.2[.x] and later
  have "gtk_toggle_button_set_active()").
  
  Do *NOT* change the radio buttons for the type of string search to do
  based on whether we're doing a string search or not - doing so means we
  don't correctly remember the type of string search.
  
  Get rid of code to fetch some values that we don't subsequently use.
  
  Revision  Changes    Path
  1.51      +34 -51    ethereal/gtk/find_dlg.c