mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Indented comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8374 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39da358cad
commit
b89da5341a
1 changed files with 2 additions and 2 deletions
|
@ -1140,8 +1140,8 @@ IF_NO_GC(NSAssert([event retainCount] > 0, NSInternalInconsistencyException));
|
|||
|
||||
- (id)targetForAction:(SEL)theAction to:(id)theTarget from:(id)sender
|
||||
{
|
||||
// TODO: This is not fully documented, if it ever gets, we should call this in
|
||||
// sendAction:to:from:
|
||||
// TODO: This is not fully documented, if it ever gets, we should
|
||||
// call this in sendAction:to:from:
|
||||
if (theTarget && [theTarget respondsToSelector: theAction])
|
||||
{
|
||||
return theTarget;
|
||||
|
|
Loading…
Reference in a new issue