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: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 5 Mar 2002 05:56:07 -0600 (CST)
guy         2002/03/05 05:56:06 CST

  Modified files:
    gtk                  capture_dlg.c capture_prefs.c color_dlg.c 
                         column_prefs.c decode_as_dlg.c 
                         dfilter_expr_dlg.c display_opts.c 
                         dlg_utils.c file_dlg.c filter_prefs.c 
                         find_dlg.c follow_dlg.c goto_dlg.c 
                         gtkclist.c gui_prefs.c help_dlg.c main.c 
                         nameres_prefs.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 
                         simple_dialog.c stream_prefs.c 
                         summary_dlg.c tcp_graph.c ui_util.c 
  Log:
  From Joerg Mayer: use _U_ to flag unused arguments.
  
  Revision  Changes    Path
  1.64      +10 -10    ethereal/gtk/capture_dlg.c
  1.9       +3 -3      ethereal/gtk/capture_prefs.c
  1.13      +20 -20    ethereal/gtk/color_dlg.c
  1.8       +8 -8      ethereal/gtk/column_prefs.c
  1.23      +14 -14    ethereal/gtk/decode_as_dlg.c
  1.25      +6 -6      ethereal/gtk/dfilter_expr_dlg.c
  1.26      +6 -6      ethereal/gtk/display_opts.c
  1.7       +2 -2      ethereal/gtk/dlg_utils.c
  1.49      +11 -11    ethereal/gtk/file_dlg.c
  1.34      +17 -17    ethereal/gtk/filter_prefs.c
  1.21      +5 -5      ethereal/gtk/find_dlg.c
  1.22      +13 -13    ethereal/gtk/follow_dlg.c
  1.15      +4 -4      ethereal/gtk/goto_dlg.c
  1.11      +14 -14    ethereal/gtk/gtkclist.c
  1.34      +11 -11    ethereal/gtk/gui_prefs.c
  1.22      +4 -4      ethereal/gtk/help_dlg.c
  1.239     +28 -28    ethereal/gtk/main.c
  1.4       +3 -3      ethereal/gtk/nameres_prefs.c
  1.34      +6 -6      ethereal/gtk/packet_win.c
  1.24      +3 -3      ethereal/gtk/plugins_dlg.c
  1.43      +11 -11    ethereal/gtk/prefs_dlg.c
  1.30      +10 -10    ethereal/gtk/print_dlg.c
  1.12      +4 -4      ethereal/gtk/print_prefs.c
  1.10      +3 -3      ethereal/gtk/progress_dlg.c
  1.10      +8 -8      ethereal/gtk/proto_dlg.c
  1.47      +6 -6      ethereal/gtk/proto_draw.c
  1.9       +2 -2      ethereal/gtk/proto_hier_stats_dlg.c
  1.9       +2 -2      ethereal/gtk/simple_dialog.c
  1.11      +5 -5      ethereal/gtk/stream_prefs.c
  1.12      +2 -2      ethereal/gtk/summary_dlg.c
  1.16      +11 -11    ethereal/gtk/tcp_graph.c
  1.9       +6 -6      ethereal/gtk/ui_util.c