Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_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, 4 Dec 2001 03:46:02 -0600 (CST)
guy         2001/12/04 03:46:02 CST

  Modified files:
    gtk                  capture_dlg.c 
  Log:
  When making the "number of ring buffer files" spin button sensitive or
  insensitive, make its label sensitive or insensitive too.
  
  When "update list of packets in real time" mode is on, make the ring
  buffer mode toggle button, and the "number of ring buffer files" spin
  button, insensitive, as ring buffer mode is not supported in "update
  list of packets in real time" captures.
  
  When "update list of packets in real time" mode is off, make the
  auto-scroll mode button insensitive, as auto-scroll mode is meaningless
  unless you're doing an "update list of packets in real time" capture.
  
  Bundle all the sensitivity setting into a single common routine.
  
  Make "ring buffer" two words.
  
  Revision  Changes    Path
  1.51      +67 -40    ethereal/gtk/capture_dlg.c