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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 21 Apr 2003 23:02:50 -0500 (CDT)
guy         2003/04/21 23:02:49 CDT

  Modified files:
    gtk                  menu.c 
  Log:
  "gtk_item_factory_get_widget()" returns, for a menu item with a submenu,
  the submenu widget, not the menu item widget.  For items with submenus,
  set the sensitivity on the menu item widget, not the submenu widget, so
  that the menu item is grayed out when not sensitive.
  
  Revision  Changes    Path
  1.88      +17 -4     ethereal/gtk/menu.c