Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c color_dlg.c display_opts.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 23 Aug 2000 01:58:19 -0500 (CDT)
guy         2000/08/23 01:58:08 CDT

  Modified files:
    gtk                  capture_dlg.c color_dlg.c display_opts.c 
                         dlg_utils.c dlg_utils.h filter_prefs.c 
                         find_dlg.c goto_dlg.c gui_prefs.c 
                         plugins_dlg.c prefs_dlg.c print_dlg.c 
                         progress_dlg.c proto_dlg.c 
                         simple_dialog.c 
  Log:
  Bleah.  What was I thinking?  "dlg_window_new()" should take the title
  for the dialog window as an argument (as various dialog creators in GTK+
  do), not oblige every caller of it to cut-and-paste a
  "gtk_window_set_title()" call after it.
  
  Revision  Changes    Path
  1.31      +2 -3      ethereal/gtk/capture_dlg.c
  1.7       +3 -5      ethereal/gtk/color_dlg.c
  1.16      +2 -3      ethereal/gtk/display_opts.c
  1.5       +3 -2      ethereal/gtk/dlg_utils.c
  1.5       +2 -2      ethereal/gtk/dlg_utils.h
  1.17      +2 -3      ethereal/gtk/filter_prefs.c
  1.15      +2 -3      ethereal/gtk/find_dlg.c
  1.11      +2 -3      ethereal/gtk/goto_dlg.c
  1.11      +2 -3      ethereal/gtk/gui_prefs.c
  1.18      +3 -5      ethereal/gtk/plugins_dlg.c
  1.22      +2 -3      ethereal/gtk/prefs_dlg.c
  1.21      +2 -3      ethereal/gtk/print_dlg.c
  1.8       +2 -3      ethereal/gtk/progress_dlg.c
  1.5       +2 -3      ethereal/gtk/proto_dlg.c
  1.6       +6 -7      ethereal/gtk/simple_dialog.c