Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c file_dlg.h print_dlg.c proto_

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

Date Prev · Date Next · Thread Prev · Thread Next
From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Sun, 30 Nov 2003 20:01:56 -0600 (CST)
guy         2003/11/30 20:01:56 CST

  Modified files:
    gtk                  file_dlg.c file_dlg.h print_dlg.c 
                         proto_draw.c 
  Log:
  "select_file_cb()" only needs a title, not a "construct_args_t" -
  "construct_args_t" is for use with filter dialogs, and the members other
  than the title apply only to filter dialogs.
  
  Have "select_file_cb()" actually use the title supplied to it.
  
  Revision  Changes    Path
  1.66      +3 -3      ethereal/gtk/file_dlg.c
  1.7       +2 -2      ethereal/gtk/file_dlg.h
  1.48      +2 -14     ethereal/gtk/print_dlg.c
  1.70      +3 -8      ethereal/gtk/proto_draw.c