Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/gtk menu.c menu.h

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:13 -0600 (CST)
guy         2000/01/02 21:57:09 CST

  Modified files:
    gtk                  menu.c 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.13      +56 -16    ethereal/gtk/menu.c
  1.2       +4 -4      ethereal/gtk/menu.h