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 22:06:14 -0600 (CST)
guy         2000/01/02 22:06:12 CST

  Modified files:
    gtk                  menu.c menu.h 
  Log:
  Make "menus_init()", set_menu_sensitivity()", and "grp" static to
  "gtk/menu.c", as they're not used outside it.
  
  Move the definition of "GTK_MENU_FUNC()" from "gtk/menu.h" to
  "gtk/menu.c", as it's not used outside of "gtk/menu.c".
  
  Get rid of the declaration of "menus_create()" in "gtk/menu.h", as that
  routine doesn't exist.
  
  Revision  Changes    Path
  1.14      +9 -4      ethereal/gtk/menu.c
  1.3       +1 -8      ethereal/gtk/menu.h