Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c file_dlg.c filter_prefs.c
guy 2000/02/12 00:47:02 CST
Modified files:
gtk capture_dlg.c file_dlg.c filter_prefs.c
filter_prefs.h find_dlg.c main.c main.h
menu.c prefs_dlg.h
Log:
Make the routines internal to the filter-editing dialog box static.
Declare the one routine exported by "gtk/filter_prefs.c" in
"gtk/filter_prefs.h" rather than in "gtk/main.h". Declare
"E_FILT_TE_PTR_KEY" there, as well, rather than in "prefs_dlg.h", as the
filter-editing dialog box is no longer a preference tab.
Don't include "prefs_dlg.h" unless the stuff declared therein is of
interest.
Fix "gtk/find_dlg.c" to fire up the filter-editing dialog box, not the
no-longer-extant preferences tab for filters, if the "Filter:" button is
clicked.
Revision Changes Path
1.19 +2 -2 ethereal/gtk/capture_dlg.c
1.19 +2 -4 ethereal/gtk/file_dlg.c
1.9 +26 -13 ethereal/gtk/filter_prefs.c
1.4 +7 -12 ethereal/gtk/filter_prefs.h
1.6 +3 -3 ethereal/gtk/find_dlg.c
1.104 +2 -1 ethereal/gtk/main.c
1.12 +1 -2 ethereal/gtk/main.h
1.22 +2 -1 ethereal/gtk/menu.c
1.2 +1 -3 ethereal/gtk/prefs_dlg.h