Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk gui_prefs.c main.c main.h proto_hier_sta

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

From: Gerald Combs <gerald@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 30 Dec 2001 22:41:51 -0600 (CST)
gerald      2001/12/30 22:41:51 CST

  Modified files:
    gtk                  gui_prefs.c main.c main.h 
                         proto_hier_stats_dlg.c 
  Log:
  Add preferences to save the main window size and position.  If enabled,
  the geometry is saved at exit.  Should we save the main window pane
  sizes as well?
  
  Move the DEF_WIDTH and DEF_HEIGHT #defines from gtk/main.h to prefs.h.
  Remove the reference to DEF_WIDTH from proto_hier_stats_dlg.c.
  
  Revision  Changes    Path
  1.27      +64 -17    ethereal/gtk/gui_prefs.c
  1.222     +91 -3     ethereal/gtk/main.c
  1.25      +1 -3      ethereal/gtk/main.h
  1.6       +2 -5      ethereal/gtk/proto_hier_stats_dlg.c