[PATCH]: menu doesn't appear on right info panel

Leonard den Ottolander leonard at den.ottolander.nl
Thu Oct 28 11:47:27 UTC 2004


Hello Pavel,

On Tue, 2004-10-26 at 10:25, Pavel Tsekov wrote:
> -    while (h->current != w0) {
> -       if (dlg_focus (h))
> -           break;
> -
> +    while (!dlg_focus (h)) {

Don't we need

+       if (h->current == w0)
+           break;

as well?

Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research





More information about the mc-devel mailing list