Le vendredi 20 mai 2005 à 23:53 +0200, Yann Dirson a écrit :
> On Fri, May 20, 2005 at 11:40:47PM +0200, dwitch wrote:
> > As I mentionned yesterday on IRC, that patch seems ro refer to a
> > pre-6.5.2 change, and only applies when reversed.  Looking at cvsweb,
> > it really looks like that change was applied before the 6.5.2
> > release.  Furthermore, once applied, it does not correct the problem
> > (at least in the "draw/anim" board).  I wonder what's going on.
> 
> After finally double-checking the package now in sid, on a sarge box,
> it looks like the bug, at least in the draw/anim board, still occurs in
> 6.5.3.
> 

Please make another test.
In directory src/boards/python, replace all gtk.TRUE by True.
The command bellow does the trick.
for f in *.py; do sed -i s/gtk.TRUE/True/ $f; done

Check that anim, draw and melody activity do not have the double key
bug.

-- 
Bruno Coudoin
http://gcompris.net free educational software for kids
http://ofset.org    free educational software for all


Reply via email to