mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-26 07:50:58 +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
e6c2b2cf1b
commit
f07c06a970
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
|
- (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
|
// TODO: This is not fully documented, if it ever gets, we should
|
||||||
// sendAction:to:from:
|
// call this in sendAction:to:from:
|
||||||
if (theTarget && [theTarget respondsToSelector: theAction])
|
if (theTarget && [theTarget respondsToSelector: theAction])
|
||||||
{
|
{
|
||||||
return theTarget;
|
return theTarget;
|
||||||
|
|
Loading…
Reference in a new issue