Enable the "Display/Options" menu item when we're capturing with "-S",

so you can change the time stamp column while you're capturing.

svn path=/trunk/; revision=484
This commit is contained in:
Guy Harris 1999-08-14 01:33:29 +00:00
parent fa50f8aa46
commit edb0a778ed
1 changed files with 2 additions and 1 deletions

3
file.c
View File

@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
* $Id: file.c,v 1.63 1999/08/14 01:27:29 guy Exp $
* $Id: file.c,v 1.64 1999/08/14 01:33:29 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@ -361,6 +361,7 @@ tail_cap_file(char *fname, capture_file *cf) {
if ((err == 0) && (cf->cd_t != WTAP_FILE_UNKNOWN)) {
set_menu_sensitivity("/File/Open...", FALSE);
set_menu_sensitivity("/Display/Options...", TRUE);
#ifdef HAVE_LIBPCAP
set_menu_sensitivity("/Capture/Start...", FALSE);
#endif