Update of bug #29708 (project gnustep):

                  Status:                    None => Ready For Test         

    _______________________________________________________

Follow-up Comment #2:

Fixed in r31199.
The cause was the fact that clicking on a menu item in the Win32 menu happens
outside of the GNUstep NSApplication runloop, so we need to do:
  [[NSApp mainMenu] update];
  [[NSApp servicesMenu] update];
manually.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29708>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to