X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xoptions.c;fp=xoptions.c;h=5fb0e49df49d14ea066e0ba43fb034bdbafb4d5b;hb=b3272a37874cfe99409e5caef1547746cf5fd646;hp=b82355329bcb43a92018ed5be348941b1339caf2;hpb=c3db07b4ec29ce9e69681849566c1c90609d0360;p=xboard.git diff --git a/xoptions.c b/xoptions.c index b823553..5fb0e49 100644 --- a/xoptions.c +++ b/xoptions.c @@ -1470,6 +1470,8 @@ printf("n=%d, h=%d, w=%d\n",n,height,width); else gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), table, TRUE, TRUE, 0); + option[i].handle = (void *) table; // remember last table in EndMark handle (for hiding Engine-Output pane). + /* Show dialog */ gtk_widget_show_all( dialog );