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

2008-03-26 Thread Fred Kiefer
Riccardo Mottola wrote: Author: rmottola Date: Sun Mar 16 02:02:52 2008 New Revision: 26307 URL: http://svn.gna.org/viewcvs/gnustep?rev=26307view=rev Log: changed terminate type to BOOL since it is one and the value froma delegate got wrongly cast Modified:

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

2008-03-26 Thread Gregory John Casamento
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

GNUstep summer of code

2008-03-26 Thread Adam Fedor
Hubert has submitted an application for the GNUstep Summer of Code: http://code.google.com/soc/2008/gnustep/open.html Please add some comments there if you think there are some improvements to be made to the application. (Also, encourage more students to sign up!).

Re: GNUstep summer of code

2008-03-26 Thread Hubert Chathi
On Wed, 26 Mar 2008 10:02:33 -0600, Adam Fedor [EMAIL PROTECTED] said: Hubert has submitted an application for the GNUstep Summer of Code: http://code.google.com/soc/2008/gnustep/open.html Please add some comments there if you think there are some improvements to be made to the application.