Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk file_dlg.c gui_prefs.c main.c menu.h rec

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

From: ulfl@xxxxxxxxxxxx (Ulf Lamping)
Date: Sun, 1 Feb 2004 14:28:12 -0600 (CST)
ulfl        2004/02/01 14:28:12 CST

  Modified files:
    gtk                  file_dlg.c gui_prefs.c main.c menu.h 
                         recent.c recent.h 
  Log:
  moved window geometry values from prefs to recent,
  added new pref / recent setting: "maximized main window",
  which will save, if the main window is maximized or not,
  this will take effect on GTK version 2 only, but is saved nonetheless
  
  Revision  Changes    Path
  1.91      +4 -3      ethereal/gtk/file_dlg.c
  1.63      +9 -2      ethereal/gtk/gui_prefs.c
  1.386     +105 -128  ethereal/gtk/main.c
  1.16      +2 -1      ethereal/gtk/menu.h
  1.8       +67 -24    ethereal/gtk/recent.c
  1.4       +9 -9      ethereal/gtk/recent.h