Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk main.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: Mon, 30 Apr 2001 19:18:49 -0500 (CDT)
guy         2001/04/30 19:18:49 CDT

  Modified files:
    gtk                  main.c 
  Log:
  "prefs.capture_real_time", not "prefs.capture_auto_scroll", should
  control whether we have a child process do the capturing; a user might
  want the packet list to be updated as packets arrive but *not* want it
  to scroll so that the most recently arrived packets are shown.
  
  "prefs.capture_auto_scroll", not "auto_scroll_live", should control
  whether we scroll a real-time-update capture's packet list;
  "auto_scroll_live" isn't set by the capture dialog box,
  "prefs_capture_auto_scroll" is.
  
  Revision  Changes    Path
  1.197     +2 -2      ethereal/gtk/main.c