mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 18:40:38 +00:00
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:
parent
9ebe5e5592
commit
2b1663a41e
4 changed files with 33 additions and 5 deletions
|
@ -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];
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue