Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk 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:00 -0500 (CDT)
jmayer      2002/09/05 13:48:00 CDT

  Modified files:
    gtk                  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 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.72      +1 -9      ethereal/gtk/capture_dlg.c
  1.16      +1 -3      ethereal/gtk/capture_prefs.c
  1.17      +1 -4      ethereal/gtk/color_dlg.c
  1.3       +1 -3      ethereal/gtk/color_utils.c
  1.24      +1 -6      ethereal/gtk/colors.c
  1.9       +1 -6      ethereal/gtk/colors.h
  1.13      +1 -3      ethereal/gtk/column_prefs.c
  1.4       +7 -2      ethereal/gtk/column_prefs.h
  1.26      +1 -7      ethereal/gtk/decode_as_dlg.c
  1.4       +2 -2      ethereal/gtk/decode_as_dlg.h
  1.28      +1 -4      ethereal/gtk/dfilter_expr_dlg.c
  1.30      +1 -15     ethereal/gtk/display_opts.c
  1.51      +2 -12     ethereal/gtk/file_dlg.c
  1.24      +1 -7      ethereal/gtk/find_dlg.c
  1.26      +1 -9      ethereal/gtk/follow_dlg.c
  1.17      +1 -9      ethereal/gtk/goto_dlg.c
  1.19      +1 -5      ethereal/gtk/gtkglobals.h
  1.36      +1 -2      ethereal/gtk/gui_prefs.c
  1.25      +1 -4      ethereal/gtk/help_dlg.c
  1.260     +1 -19     ethereal/gtk/main.c
  1.67      +1 -3      ethereal/gtk/menu.c
  1.6       +1 -3      ethereal/gtk/nameres_prefs.c
  1.40      +1 -7      ethereal/gtk/packet_win.c
  1.26      +1 -5      ethereal/gtk/plugins_dlg.c
  1.53      +1 -12     ethereal/gtk/prefs_dlg.c
  1.36      +1 -3      ethereal/gtk/print_dlg.c
  1.3       +0 -2      ethereal/gtk/print_mswin.c
  1.3       +4 -1      ethereal/gtk/print_mswin.h
  1.15      +2 -1      ethereal/gtk/progress_dlg.c
  1.14      +1 -4      ethereal/gtk/proto_dlg.c
  1.58      +1 -5      ethereal/gtk/proto_draw.c
  1.2       +5 -1      ethereal/gtk/proto_hier_stats_dlg.h
  1.12      +1 -4      ethereal/gtk/simple_dialog.c
  1.13      +1 -2      ethereal/gtk/stream_prefs.c
  1.15      +1 -3      ethereal/gtk/summary_dlg.c
  1.21      +1 -3      ethereal/gtk/tcp_graph.c
  1.3       +6 -1      ethereal/gtk/tcp_graph.h
  1.11      +1 -3      ethereal/gtk/ui_util.c