Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk dcerpc_stat.c filter_prefs.c find_dlg.c
oabad 2002/11/11 09:39:10 CST
Modified files:
gtk dcerpc_stat.c filter_prefs.c find_dlg.c
goto_dlg.c gui_prefs.c help_dlg.c menu.c
packet_list.c packet_win.c plugins_dlg.c
prefs_dlg.c print_dlg.c print_prefs.c
progress_dlg.c proto_dlg.c proto_draw.c
proto_hier_stats_dlg.c rpc_progs.c
rpc_stat.c simple_dialog.c stream_prefs.c
summary_dlg.c tcp_graph.c ui_util.c
Log:
Use gtk1/gtk2 compatibility macros to reduce #ifdefs.
Revision Changes Path
1.3 +9 -10 ethereal/gtk/dcerpc_stat.c
1.40 +116 -257 ethereal/gtk/filter_prefs.c
1.26 +13 -30 ethereal/gtk/find_dlg.c
1.19 +6 -13 ethereal/gtk/goto_dlg.c
1.38 +55 -143 ethereal/gtk/gui_prefs.c
1.28 +8 -21 ethereal/gtk/help_dlg.c
1.73 +18 -13 ethereal/gtk/menu.c
1.4 +3 -2 ethereal/gtk/packet_list.c
1.42 +10 -13 ethereal/gtk/packet_win.c
1.28 +14 -33 ethereal/gtk/plugins_dlg.c
1.55 +68 -131 ethereal/gtk/prefs_dlg.c
1.40 +57 -135 ethereal/gtk/print_dlg.c
1.16 +25 -57 ethereal/gtk/print_prefs.c
1.17 +6 -15 ethereal/gtk/progress_dlg.c
1.17 +17 -63 ethereal/gtk/proto_dlg.c
1.61 +33 -69 ethereal/gtk/proto_draw.c
1.12 +6 -16 ethereal/gtk/proto_hier_stats_dlg.c
1.5 +4 -3 ethereal/gtk/rpc_progs.c
1.6 +11 -12 ethereal/gtk/rpc_stat.c
1.14 +6 -12 ethereal/gtk/simple_dialog.c
1.15 +11 -27 ethereal/gtk/stream_prefs.c
1.17 +4 -14 ethereal/gtk/summary_dlg.c
1.24 +77 -277 ethereal/gtk/tcp_graph.c
1.14 +5 -15 ethereal/gtk/ui_util.c