From 3380ce66c4534850ed7cee32ab715dd1876c53e0 Mon Sep 17 00:00:00 2001 From: Gregory John Casamento Date: Sun, 2 Nov 2003 03:10:38 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ Gorm.m | 4 ++-- GormDocument.m | 4 ---- GormInspectorsManager.m | 3 +-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b3c127a..da3cc11e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-11-01 20:35 Gregory John Casamento + + * GormInspectorsManager.m: -ok: method. Removed check which was + preventing connection to NSFirst. + 2003-10-28 12:18 Gregory John Casamento * GormBoxEditor.m: Removed commented out code. diff --git a/Gorm.m b/Gorm.m index 512e1c7c..d1c0b6fc 100644 --- a/Gorm.m +++ b/Gorm.m @@ -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 ", @"Richard Frith-Macdonald ", diff --git a/GormDocument.m b/GormDocument.m index 88fe9b52..36491b39 100644 --- a/GormDocument.m +++ b/GormDocument.m @@ -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]; diff --git a/GormInspectorsManager.m b/GormInspectorsManager.m index fe03972d..98faafdf 100644 --- a/GormInspectorsManager.m +++ b/GormInspectorsManager.m @@ -1049,8 +1049,7 @@ selectCellWithString: (NSString*)title - (void) ok: (id)sender { - id first = [[(id)NSApp activeDocument] objectForName: @"NSFirst"]; - if([currentConnector destination] == nil || [currentConnector destination] == first) + if([currentConnector destination] == nil) { NSRunAlertPanel(_(@"Problem making connection"), _(@"Please select a valid destination."),