Follow-up Comment #14, bug #34777 (project gnustep):

#ifdef GNUSTEP
- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication
*)theApplication
{
    return NO; // neccessary when NSMenuInterfaceStyle =
NSWindows95InterfaceStyle 
}
#endif

this method isn't the problem. it gets called and prevents the app from
quitting when the last window closes. the problem is the main menu is not
anymore in my main window when i re-open it later on using [NSBundle
loadNibNamed:]

if thats not "expected behavior" i can attach a sample app.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/


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

Reply via email to