Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk summary_dlg.c summary_dlg.h Makefile.am

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:21:15 -0600 (CST)
gram        1999/12/09 22:21:09 CST

  Modified files:
    gtk                  Makefile.am menu.c 
  Added files:
    gtk                  summary_dlg.c summary_dlg.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.15      +3 -1      ethereal/gtk/Makefile.am
  1.10      +3 -3      ethereal/gtk/menu.c