Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk capture_dlg.c dlg_utils.c dlg_utils.h fi

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 24 Sep 2003 03:43:35 -0500 (CDT)
guy         2003/09/24 03:43:35 CDT

  Modified files:
    gtk                  capture_dlg.c dlg_utils.c dlg_utils.h 
                         file_dlg.c print_dlg.c 
  Log:
  Add a "file_selection_new()" routine that does all the positioning (GTK+
  2.x) and transient-for setting that's done for other dialogs, and use it
  for dialogs that come from the main window or from children of the main
  window.
  
  Revision  Changes    Path
  1.84      +2 -2      ethereal/gtk/capture_dlg.c
  1.12      +24 -9     ethereal/gtk/dlg_utils.c
  1.7       +6 -3      ethereal/gtk/dlg_utils.h
  1.61      +3 -11     ethereal/gtk/file_dlg.c
  1.43      +2 -2      ethereal/gtk/print_dlg.c