gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnustep-cvs] r26307 - /libs/gui/trunk/Source/NSApplication.m


From: Gregory John Casamento
Subject: Re: [Gnustep-cvs] r26307 - /libs/gui/trunk/Source/NSApplication.m
Date: Wed, 26 Mar 2008 08:33:08 -0700 (PDT)

The change wasn't to the return type, but to what it's being compared to in the 
method.   We changed the declaration of a local variable to BOOL so that the 
comparison would be done properly.

You want this changed back?
 
Gregory Casamento -- Principal Consultant - OLC, Inc 
# GNUstep Chief Maintainer

----- Original Message ----
From: Fred Kiefer <address@hidden>
To: Riccardo Mottola <address@hidden>
Cc: GNUstep Developer <address@hidden>
Sent: Wednesday, March 26, 2008 5:03:55 AM
Subject: Re: [Gnustep-cvs] r26307 - /libs/gui/trunk/Source/NSApplication.m

Riccardo Mottola wrote:
> Author: rmottola
> Date: Sun Mar 16 02:02:52 2008
> New Revision: 26307
> 
> URL: http://svn.gna.org/viewcvs/gnustep?rev=26307&view=rev
> Log:
> changed terminate type to BOOL since it is one and the value froma delegate 
> got wrongly cast
> 
> Modified:
>     libs/gui/trunk/Source/NSApplication.m
> 

No it is not. The return value of applicationShouldTerminate: is of type
 NSApplicationTerminateReply and has been this since some time. It used
to be a BOOL in OpenStep. Could you please undo your change that
prevents the value of NSTerminateLater from being passed on and we may
check together what did go wrong in your original delegate.

Fred


_______________________________________________
Gnustep-dev mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/gnustep-dev







reply via email to

[Prev in Thread] Current Thread [Next in Thread]