Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk color_dlg.c file_dlg.c file_dlg.h menu.c

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

From: Richard Sharpe <sharpe@xxxxxxxxxxxxxxxxx>
Date: Sat, 29 Nov 2003 22:21:55 -0600 (CST)
sharpe      2003/11/29 22:21:55 CST

  Modified files:
    gtk                  color_dlg.c file_dlg.c file_dlg.h menu.c 
                         print_dlg.c proto_draw.c toolbar.c 
  Log:
  Move print_file_cb out of gtk/print_dlg.c and into gtk/file_dlg.c and
  rename it to select_file_cb to reflect its function.
  
  While this cleans things up a bit, I am still not happy because now
  filter_prefs.h must be included before file_dlg.h just to get
  construct_args_t.
  
  Revision  Changes    Path
  1.28      +2 -1      ethereal/gtk/color_dlg.c
  1.65      +117 -1    ethereal/gtk/file_dlg.c
  1.6       +4 -1      ethereal/gtk/file_dlg.h
  1.115     +2 -2      ethereal/gtk/menu.c
  1.47      +5 -114    ethereal/gtk/print_dlg.c
  1.67      +2 -5      ethereal/gtk/proto_draw.c
  1.17      +2 -2      ethereal/gtk/toolbar.c