Tidied some stuff up for IB

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5373 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 1999-12-03 14:51:56 +00:00
parent 9ebe5e5592
commit 2b1663a41e
4 changed files with 33 additions and 5 deletions

View file

@ -89,6 +89,18 @@
- (void) replaceObject: (id)anObject withObject: (id)anotherObject
{
if (_src == anObject)
{
ASSIGN(_src, anotherObject);
}
if (_dst == anObject)
{
ASSIGN(_dst, anotherObject);
}
if (_tag == anObject)
{
ASSIGN(_tag, anotherObject);
}
}
- (id) source
@ -241,7 +253,6 @@
val = [nameTable objectForKey: [connection destination]];
[connection setDestination: val];
[connection establishConnection];
[connection establishConnection];
}
/*