mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
a092bea159
commit
2258535535
2 changed files with 8 additions and 1 deletions
|
@ -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:]
|
||||
|
|
|
@ -92,7 +92,7 @@ NSString *GSCustomClassMap = @"GSCustomClassMap";
|
|||
}
|
||||
- (NSString*) connectInspectorClassName
|
||||
{
|
||||
return @"GormConnectionInspector";
|
||||
return @"GormNotApplicableInspector";
|
||||
}
|
||||
- (NSString*) sizeInspectorClassName
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue