Removed NSLog which was causing compilation error on gcc < 3.0 compilers.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@13401 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2002-04-08 23:25:52 +00:00
parent 1dbef9900b
commit 186be08164
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2002-04-08 Gregory John Casamento <greg_casamento@yahoo.com>
* Palettes/0Menus/GormNSMenu.m
[GormNSMenu -_createWindow]: removed NSLog statement before
NSPanel *win declaration which was causing Gorm not to build on
compilers gcc < 3.0.
2002-07-01 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* ClassInformation.plist: new outlet for NSWindowController

View file

@ -68,13 +68,13 @@
- (NSPanel*) _createWindow
{
NSLog(@"called _cre");
NSPanel *win = [[GormNSMenuWindow alloc]
initWithContentRect: NSZeroRect
styleMask: /*NSTitledWindowMask/*/NSBorderlessWindowMask
backing: NSBackingStoreBuffered
defer: YES];
[win setLevel: NSSubmenuWindowLevel];
// [win setWorksWhenModal: YES];
// [win setBecomesKeyOnlyIfNeeded: YES];