Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.h prefs.h print.c summary.c summary.h

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 9 Dec 1999 22:20:59 -0600 (CST)
gram        1999/12/09 22:20:57 CST

  Modified files:
    .                    file.h prefs.h print.c summary.c 
                         summary.h 
  Log:
  Move GTK code out of summary.c and into gtk/summary_dlg.c
  summary.c now provides a struct of info (see summary.h)
  
  Changed the name of the summary dialogue callback (hence the change
  in menu.c), and added a close button to the dialogue.
  
  Moved #include <gtk/gtk.h> out of print.c and into prefs.h where it
  was needed for GdkColor.
  
  Revision  Changes    Path
  1.61      +5 -1      ethereal/file.h
  1.10      +5 -1      ethereal/prefs.h
  1.25      +1 -2      ethereal/print.c
  1.15      +34 -214   ethereal/summary.c
  1.4       +19 -10    ethereal/summary.h