From 6d93762aa0dff7234792f4efb0076a5609cfa517 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Wed, 8 Dec 1999 20:54:05 +0000 Subject: [PATCH] Tidy a little git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@5422 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 4 ++++ Gorm.m | 7 +++++++ README | 3 ++- 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73cdf215..f065fa95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Dec 8 20:54:00 1999 Richard Frith-Macdonald + + * Gorm.m: ([-init]) make sure that the palettes manager is loaded. + Wed Dec 8 16:33:00 1999 Richard Frith-Macdonald * GormObjecteditor.m: ([-refreshCells]) cell highlighting fixed so diff --git a/Gorm.m b/Gorm.m index 7c95c4c8..f93e6a12 100644 --- a/Gorm.m +++ b/Gorm.m @@ -123,6 +123,12 @@ selector: @selector(handleNotification:) name: IBWillCloseDocumentNotification 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; } @@ -340,6 +346,7 @@ main(void) * Set Gorm up as its own delegate */ [NSApp setDelegate: NSApp]; + [NSApp run]; [pool release]; return 0; diff --git a/README b/README index 98795034..e5da6d05 100644 --- a/README +++ b/README @@ -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 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 from the CVS repository, and it may be that you also need to be using the