Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal ui_util.h Makefile.am capture.c colors.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 9 Dec 1999 01:19:13 -0600 (CST)
guy         1999/12/09 01:19:11 CST

  Modified files:
    .                    Makefile.am capture.c colors.c file.c 
                         prefs.c util.c util.h 
  Added files:
    .                    ui_util.h 
  Log:
  Move the GTK+ implementations of various UI utilities out of "util.c"
  into "gtk/ui_util.c", and move the declarations of those UI utilities
  out of "util.h" into "ui_util.h".  (The header file is in the top-level
  directory, rather than the "gtk" directory, because it declares
  window-system-independent interfaces to routines with
  window-system-dependent implementations.)
  
  Add to "gtk/ui_util.c" a routine to set the window and icon title.
  
  Use that routine to make the title of an Ethereal top-level window be
  
  	{filename} - Ethereal
  
  if there's a capture open, and have "{filename}" be "<capture>" if it's
  a temporary capture file.
  
  Revision  Changes    Path
  1.130     +2 -1      ethereal/Makefile.am
  1.86      +2 -1      ethereal/capture.c
  1.18      +2 -2      ethereal/colors.c
  1.135     +19 -5     ethereal/file.c
  1.24      +2 -2      ethereal/prefs.c
  1.24      +1 -131    ethereal/util.c
  1.14      +1 -17     ethereal/util.h