corrected issue with connecting to NSFirst

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@18025 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2003-11-02 03:10:38 +00:00
parent b0a1109d51
commit 3380ce66c4
4 changed files with 8 additions and 8 deletions

View file

@ -1,3 +1,8 @@
2003-11-01 20:35 Gregory John Casamento <greg_casamento@yahoo.com>
* GormInspectorsManager.m: -ok: method. Removed check which was
preventing connection to NSFirst.
2003-10-28 12:18 Gregory John Casamento <greg_casamento@yahoo.com>
* GormBoxEditor.m: Removed commented out code.

4
Gorm.m
View file

@ -519,9 +519,9 @@ NSString *GormWillDetachObjectFromDocumentNotification = @"GormWillDetachObjectF
forKey: @"ApplicationName"];
[dict setObject: @"[GNUstep | Graphical] Object Relationship Modeller"
forKey: @"ApplicationDescription"];
[dict setObject: @"Gorm 0.4.7 (Beta)"
[dict setObject: @"Gorm 0.4.8 (Beta)"
forKey: @"ApplicationRelease"];
[dict setObject: @"0.4.7 Oct 28 2003"
[dict setObject: @"0.4.8 Nov 1 2003"
forKey: @"FullVersionID"];
[dict setObject: [NSArray arrayWithObjects: @"Gregory John Casamento <greg_casamento@yahoo.com>",
@"Richard Frith-Macdonald <rfm@gnu.org>",

View file

@ -2057,10 +2057,6 @@ static NSImage *classesImage = nil;
}
}
// get the custom class map and set it into the class manager...
// NSLog(@"customClasses = %@", customClasses);
// [classManager setCustomClassMap: customClasses];
NSDebugLog(@"nameTable = %@",[c nameTable]);
enumerator = [[c nameTable] keyEnumerator];

View file

@ -1049,8 +1049,7 @@ selectCellWithString: (NSString*)title
- (void) ok: (id)sender
{
id first = [[(id<IB>)NSApp activeDocument] objectForName: @"NSFirst"];
if([currentConnector destination] == nil || [currentConnector destination] == first)
if([currentConnector destination] == nil)
{
NSRunAlertPanel(_(@"Problem making connection"),
_(@"Please select a valid destination."),