aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-01-27 09:53:50 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-01-27 09:53:50 +0000
commit15ccb155f8b6dff3a14849a76427ed8b014bdf1d (patch)
tree6ffd0df487c2276f6a1dcf62a867ce9d7045081b /file.c
parent4410e4274cfd9f14f0fb852429bb402c61e0c226 (diff)
If a file is opened, and then closed, the File|Open option doesn't
show up any more (nor does the Capture option). Fixed. svn path=/trunk/; revision=1574
Diffstat (limited to 'file.c')
-rw-r--r--file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/file.c b/file.c
index 39593eab3c..9518a42c74 100644
--- a/file.c
+++ b/file.c
@@ -1,7 +1,7 @@
/* file.c
* File I/O routines
*
- * $Id: file.c,v 1.160 2000/01/25 17:51:11 gram Exp $
+ * $Id: file.c,v 1.161 2000/01/27 09:53:50 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -230,6 +230,7 @@ close_cap_file(capture_file *cf, void *w)
set_menus_for_unsaved_capture_file(FALSE);
set_menus_for_captured_packets(FALSE);
set_menus_for_selected_packet(FALSE);
+ set_menus_for_capture_in_progress(FALSE);
}
/* Set the file name in the status line, in the name for the main window,