Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal menu.h Makefile.am capture.c file.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: Sun, 2 Jan 2000 21:57:02 -0600 (CST)
guy         2000/01/02 21:56:59 CST

  Modified files:
    .                    Makefile.am capture.c file.c 
  Added files:
    .                    menu.h 
  Log:
  Have "gtk/menu.c" (and, in the future, code for other UIs) export a set
  of routines to enable and disable various sets of menu items; call only
  those routines, not routines to enable or disable particular menu items,
  from files in the top-level directory, as other UIs may not refer to
  menu items with path strings of the sort used in GTK+, and as this
  buries knowledge of the menu items available in "gtk/menu.c" rather than
  requiring stuff outside of "gtk/menu.c" to know what menu items exist.
  
  Revision  Changes    Path
  1.141     +2 -1      ethereal/Makefile.am
  1.87      +1 -2      ethereal/capture.c
  1.145     +23 -70    ethereal/file.c