Tidy a little

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5422 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1999-12-08 20:54:05 +00:00
parent 66a1f06b0b
commit 6d93762aa0
3 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Wed Dec 8 20:54:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* Gorm.m: ([-init]) make sure that the palettes manager is loaded.
Wed Dec 8 16:33:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk> Wed Dec 8 16:33:00 1999 Richard Frith-Macdonald <richard@brainstorm.co.uk>
* GormObjecteditor.m: ([-refreshCells]) cell highlighting fixed so * GormObjecteditor.m: ([-refreshCells]) cell highlighting fixed so

7
Gorm.m
View file

@ -123,6 +123,12 @@
selector: @selector(handleNotification:) selector: @selector(handleNotification:)
name: IBWillCloseDocumentNotification name: IBWillCloseDocumentNotification
object: nil]; object: nil];
/*
* Make sure the palettes manager exists, so that the editors and
* inspectors provided in the standard palettes are available.
*/
[self palettesManager];
} }
return self; return self;
} }
@ -340,6 +346,7 @@ main(void)
* Set Gorm up as its own delegate * Set Gorm up as its own delegate
*/ */
[NSApp setDelegate: NSApp]; [NSApp setDelegate: NSApp];
[NSApp run]; [NSApp run];
[pool release]; [pool release];
return 0; return 0;

3
README
View file

@ -5,7 +5,8 @@ This is Gorm version 0.0 ... a very pre-pre-alpha release.
I'm away from home until the 13th of December, so my aim in placing this I'm away from home until the 13th of December, so my aim in placing this
code in the CVS repository is to let people have a look over the next few code in the CVS repository is to let people have a look over the next few
days and let me know if I'm heading in the wrong direction. days and let me know if I'm heading in the wrong direction. After all,
this is the very first OpenStep gui app I've written ...
Please note - to build this code you will need the latest library source Please note - to build this code you will need the latest library source
from the CVS repository, and it may be that you also need to be using the from the CVS repository, and it may be that you also need to be using the