mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-05-06 13:20:40 +00:00
fixed a bug that caused the ImageButton to call the action even if it
was not klicked. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@14237 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
78b28b650b
commit
85cb1c355b
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ static char rcsId[] = "$Id$";
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
//TODO
|
//TODO
|
||||||
thisOne=YES;//??
|
//thisOne=YES;//??
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue