aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-02-06 23:16:05 +0000
committerGuy Harris <guy@alum.mit.edu>2005-02-06 23:16:05 +0000
commit1041ccdbe5156a8da17d1f473c996d08fe75aded (patch)
tree152c311e669c82905d58ada025b6f8d7fcee59ab /Makefile.common
parent9a04fd314d15e56dad4bb16f9d3472e27f47b66d (diff)
Don't have "set_menus_for_captured_packets()" call
"main_set_for_capture_file()"; it should only deal with menus, not anything else - and it gets called while the menus are being set up, which is before the main window has been completely created, so "main_widgets_show_or_hide()", which is called by "main_set_for_capture_file()", gets errors trying to show or hide widgets the pointers to which are null. svn path=/trunk/; revision=13328
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 57bf1e8111..11fbef7db1 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -161,6 +161,7 @@ ethereal_INCLUDES = \
filters.h \
g711.h \
globals.h \
+ main_window.h \
menu.h \
merge.h \
progress_dlg.h \