bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Bug-gnubg] More 2.6 patches and a (maybe) a small speedup toneuraln


From: macherius
Subject: RE: [Bug-gnubg] More 2.6 patches and a (maybe) a small speedup toneuralnet.c
Date: Thu, 24 Feb 2005 22:59:22 +0100

Just noticed the Chooser shows wrong items, i.e. a mix of Tutor warnings and
RNG options. I had fixed it, but the patch missed it. 

185,189d183
< static char *aszTutor[] = {
<       N_("Doubtful"), N_("Bad"), N_("Very bad"), NULL
< };
<
<
213a208,209
>     }, *aszTutor[] = {
>       N_("Doubtful"), N_("Bad"), N_("Very bad")

Ingo

> -----Original Message-----
> From: address@hidden 
> [mailto:address@hidden On Behalf 
> Of macherius
> Sent: Thursday, February 24, 2005 9:51 PM
> To: address@hidden
> Subject: [Bug-gnubg] More 2.6 patches and a (maybe) a small 
> speedup toneuralnet.c
[...]

3. Test balloon: Combobox vs. MenuChooser

I've replace one MenuChooser (deprecated) with a ComboBox to study effort
and effect. It's the one in "Settings->Options->Tutor->Warning". Result:
Looks a bit different, otherwise no big advantage. I had hoped the unusual
drop-down behaviour would change, but it does not. Seems ComboBox has some
issues as well, and a look into the Gtk Bugzilla confirms it (use keyword
"ComboBox"). Nevertheless, there is hope that ComboBox get's bugfixes while
I doubt MenuChooser will.
Note: Again this is a 2.4 extension, so I've flagged it with #if
GTK_CHECK_VERSION(2,4,0). I abstained from using 2.6 methods to keep it
working for the major Linux distributions, which ship with 2.4.
[..]





reply via email to

[Prev in Thread] Current Thread [Next in Thread]