Removed code which blanks out the connector.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/gorm/trunk@21579 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2005-07-31 14:49:06 +00:00
parent 22b1aed493
commit 5b906baf18
2 changed files with 6 additions and 12 deletions

View file

@ -1,3 +1,8 @@
2005-07-31 10:57 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormInspectorsManager.m: [GormConnectionsInspector ok:]
Removed code which blanks out the connector.
2005-07-31 08:43 Gregory John Casamento <greg_casamento@yahoo.com>
* GormCore/GormPrivate.m: Reverted previous change in init.

View file

@ -1101,19 +1101,9 @@ selectCellWithString: (NSString*)title
else if ([connectors containsObject: currentConnector] == YES)
{
id con = currentConnector;
RETAIN(con);
[[(id<IB>)NSApp activeDocument] removeConnector: con];
if ([con isKindOfClass: [NSNibOutletConnector class]])
{
[con setDestination: nil];
}
if ([con isKindOfClass: [NSNibControlConnector class]])
{
[con setDestination: nil];
[con setLabel: nil];
}
[connectors removeObject: con];
RELEASE(con);
[oldBrowser loadColumnZero];
}
else
@ -1168,7 +1158,6 @@ selectCellWithString: (NSString*)title
NSArray *array;
[super setObject: anObject];
// DESTROY(currentConnector);
RELEASE(connectors);
/*