On Fri, Apr 07, 2006 at 12:29:44PM +0200, [EMAIL PROTECTED] wrote:
> 
> >I've found the bug, line 1627 of gnubg.c - where acSetImport is defined;
> >this list doesn't end in a null entry - so
> >   { NULL, NULL, NULL, NULL, NULL }
> >needs to be added at 1630.
> >
> >Also the Ctrl+H shortcut is missing from the menu definition - line
> >2260ish of gtkgame.c - second paramater should be "<control>H".
> 
> I confirm that both fixes work fine for me (WinXP).
> 
> >If someone could check these in I would be grateful - my computer still
> >isn't connect up at home...
> 
> I can't, but if somebody can, please commit also these 2 :
> 
> 
> 1- gtkgame.c, line 9907 :
> 
> >if (!GtkGetEnv(env))
> --
> <if (GtkGetEnv(env))
> 
I've checked this in as

if (GTKGetEnv(env)<0)

shouldn't make any difference, but relational add match crashes in gtk
and not in command line.

Checked in your other fix and Jon's fix for the help commands problem,
which both work.

Christian.


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to