mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-02-24 12:11:18 +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
7729fbc5da
commit
a92e11faf9
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