Change to disallow connection inspector when NSFirst is selected.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@19429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2004-05-31 03:03:07 +00:00
parent a092bea159
commit 2258535535
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2004-05-30 22:37 Gregory John Casamento <greg_casamento@yahoo.com>
* GormDocument.m: [GormFirstResponder connectInspectorClassName]
made it return the "not applicable" inspector instead of the
connections inspector for this. The FirstResponder shouldn't be
able to make outlet connections.
2004-05-29 23:10 Gregory John Casamento <greg_casamento@yahoo.com>
* GormInspectorsManager.m: [GormConnectionsInspector _internalCall:]

View file

@ -92,7 +92,7 @@ NSString *GSCustomClassMap = @"GSCustomClassMap";
}
- (NSString*) connectInspectorClassName
{
return @"GormConnectionInspector";
return @"GormNotApplicableInspector";
}
- (NSString*) sizeInspectorClassName
{