mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-04-22 22:20:44 +00:00
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:
parent
22b1aed493
commit
5b906baf18
2 changed files with 6 additions and 12 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue