Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk bootp_stat.c capture_prefs.c dcerpc_stat
guy 2004/02/12 18:53:37 CST
Modified files:
gtk bootp_stat.c capture_prefs.c
dcerpc_stat.c dlg_utils.c
endpoint_talkers_table.c fc_stat.c
follow_dlg.c h225_counter.c
h225_ras_srt.c http_stat.c io_stat.c
ldap_stat.c main.c mgcp_stat.c
packet_win.c rpc_progs.c rpc_stat.c
rtp_analysis.c smb_stat.c summary_dlg.c
tcp_graph.c ui_util.c ui_util.h
wsp_stat.c
Log:
Add a "window_new()" routine that creates a window of a given type, sets
the title, and arranges to set the icon for it. Use that instead of
"gtk_window_new()" and separate calls to set the title and arrange to
set the icon.
Regularize #includes a bit.
Clean up white space.
Revision Changes Path
1.18 +6 -5 ethereal/gtk/bootp_stat.c
1.30 +10 -14 ethereal/gtk/capture_prefs.c
1.49 +8 -6 ethereal/gtk/dcerpc_stat.c
1.21 +6 -6 ethereal/gtk/dlg_utils.c
1.31 +5 -4 ethereal/gtk/endpoint_talkers_table.c
1.25 +10 -6 ethereal/gtk/fc_stat.c
1.46 +8 -10 ethereal/gtk/follow_dlg.c
1.12 +9 -6 ethereal/gtk/h225_counter.c
1.11 +9 -6 ethereal/gtk/h225_ras_srt.c
1.20 +8 -6 ethereal/gtk/http_stat.c
1.63 +7 -4 ethereal/gtk/io_stat.c
1.13 +10 -6 ethereal/gtk/ldap_stat.c
1.397 +2 -4 ethereal/gtk/main.c
1.28 +9 -6 ethereal/gtk/mgcp_stat.c
1.44 +3 -4 ethereal/gtk/packet_win.c
1.19 +7 -8 ethereal/gtk/rpc_progs.c
1.38 +6 -4 ethereal/gtk/rpc_stat.c
1.37 +5 -5 ethereal/gtk/rtp_analysis.c
1.36 +10 -6 ethereal/gtk/smb_stat.c
1.27 +2 -4 ethereal/gtk/summary_dlg.c
1.51 +16 -24 ethereal/gtk/tcp_graph.c
1.19 +76 -63 ethereal/gtk/ui_util.c
1.7 +5 -4 ethereal/gtk/ui_util.h
1.18 +8 -6 ethereal/gtk/wsp_stat.c