Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/gtk about_dlg.c dlg_utils.c dlg_utils.h help

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, 23 May 2004 12:37:37 -0500 (CDT)
ulfl        2004/05/23 12:37:37 CDT

  Modified files:
    gtk                  about_dlg.c dlg_utils.c dlg_utils.h 
                         help_dlg.c main.c ui_util.c ui_util.h 
  Log:
  next step to save the size and postition of the dialogs (using a hashtable)
  move the get/set window size functionality from main to ui_util,
  add some functions to handle windows/dialogs.
  
  changed help and about dialog to suit the current window API
  
  Revision  Changes    Path
  1.11      +16 -11    ethereal/gtk/about_dlg.c
  1.32      +4 -29     ethereal/gtk/dlg_utils.c
  1.14      +5 -6      ethereal/gtk/dlg_utils.h
  1.53      +10 -26    ethereal/gtk/help_dlg.c
  1.439     +25 -64    ethereal/gtk/main.c
  1.24      +265 -20   ethereal/gtk/ui_util.c
  1.10      +88 -4     ethereal/gtk/ui_util.h