Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk2 capture_dlg.c capture_prefs.c color_dlg

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Sep 2002 13:48:58 -0500 (CDT)
jmayer      2002/09/05 13:48:58 CDT

  Modified files:
    gtk2                 capture_dlg.c capture_prefs.c color_dlg.c 
                         color_utils.c colors.c colors.h 
                         column_prefs.c column_prefs.h 
                         decode_as_dlg.c decode_as_dlg.h 
                         dfilter_expr_dlg.c display_opts.c 
                         file_dlg.c find_dlg.c follow_dlg.c 
                         goto_dlg.c gtk2-rpcstat.c gtk2-rpcstat.h 
                         gtkglobals.h gui_prefs.c help_dlg.c 
                         main.c menu.c nameres_prefs.c 
                         packet_win.c plugins_dlg.c prefs_dlg.c 
                         print_dlg.c print_mswin.c print_mswin.h 
                         progress_dlg.c proto_dlg.c proto_draw.c 
                         proto_hier_stats_dlg.h simple_dialog.c 
                         stream_prefs.c summary_dlg.c tcp_graph.c 
                         tcp_graph.h ui_util.c 
  Log:
  Include cleanups in gtk and gtk2:
  
  Remove unneded includes
  Add include wrappers where missing
  
  Revision  Changes    Path
  1.5       +1 -9      ethereal/gtk2/capture_dlg.c
  1.3       +1 -3      ethereal/gtk2/capture_prefs.c
  1.2       +1 -4      ethereal/gtk2/color_dlg.c
  1.2       +1 -3      ethereal/gtk2/color_utils.c
  1.2       +1 -6      ethereal/gtk2/colors.c
  1.2       +1 -6      ethereal/gtk2/colors.h
  1.2       +1 -3      ethereal/gtk2/column_prefs.c
  1.2       +7 -2      ethereal/gtk2/column_prefs.h
  1.2       +1 -7      ethereal/gtk2/decode_as_dlg.c
  1.2       +2 -2      ethereal/gtk2/decode_as_dlg.h
  1.2       +1 -4      ethereal/gtk2/dfilter_expr_dlg.c
  1.3       +1 -15     ethereal/gtk2/display_opts.c
  1.3       +2 -12     ethereal/gtk2/file_dlg.c
  1.3       +1 -7      ethereal/gtk2/find_dlg.c
  1.2       +1 -12     ethereal/gtk2/follow_dlg.c
  1.2       +1 -9      ethereal/gtk2/goto_dlg.c
  1.3       +1 -9      ethereal/gtk2/gtk2-rpcstat.c
  1.2       +5 -3      ethereal/gtk2/gtk2-rpcstat.h
  1.2       +1 -5      ethereal/gtk2/gtkglobals.h
  1.2       +1 -2      ethereal/gtk2/gui_prefs.c
  1.2       +1 -4      ethereal/gtk2/help_dlg.c
  1.4       +1 -19     ethereal/gtk2/main.c
  1.3       +1 -3      ethereal/gtk2/menu.c
  1.2       +1 -3      ethereal/gtk2/nameres_prefs.c
  1.2       +1 -7      ethereal/gtk2/packet_win.c
  1.2       +1 -10     ethereal/gtk2/plugins_dlg.c
  1.2       +1 -12     ethereal/gtk2/prefs_dlg.c
  1.3       +1 -3      ethereal/gtk2/print_dlg.c
  1.3       +0 -2      ethereal/gtk2/print_mswin.c
  1.3       +4 -1      ethereal/gtk2/print_mswin.h
  1.2       +2 -1      ethereal/gtk2/progress_dlg.c
  1.2       +1 -4      ethereal/gtk2/proto_dlg.c
  1.2       +1 -5      ethereal/gtk2/proto_draw.c
  1.2       +5 -1      ethereal/gtk2/proto_hier_stats_dlg.h
  1.2       +1 -4      ethereal/gtk2/simple_dialog.c
  1.2       +1 -2      ethereal/gtk2/stream_prefs.c
  1.2       +1 -3      ethereal/gtk2/summary_dlg.c
  1.2       +1 -3      ethereal/gtk2/tcp_graph.c
  1.2       +6 -1      ethereal/gtk2/tcp_graph.h
  1.2       +1 -3      ethereal/gtk2/ui_util.c