X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xaw%2Fxoptions.c;h=9d59f4cd99e3b08fc04a7feca195bd43c07bf7ee;hb=d4e1c7d0c419d85bf1ff3de33d60c4519f64728b;hp=e855beb04c529ccae9c5f093076b70eae87dfa91;hpb=e677df018f76f76bace476a381866294282e9f3f;p=xboard.git diff --git a/xaw/xoptions.c b/xaw/xoptions.c index e855beb..9d59f4c 100644 --- a/xaw/xoptions.c +++ b/xaw/xoptions.c @@ -285,7 +285,7 @@ Show (Option *opt, int hide) Dimension v; int j=0; return; // FIXME: it would be nice if the Chat window did have an ICS pane we could hide behind -printf("Show(%d) %x\n", hide, opt->handle); +//printf("Show(%d) %x\n", hide, opt->handle); if(!opt->handle) return; if(hide) { // make sure original size is saved XtSetArg(args[j], XtNheight, &v); j++; @@ -1141,7 +1141,7 @@ GenericPopUp (Option *option, char *title, DialogClass dlgNr, DialogClass parent XtAddEventHandler(option[i-1].handle, KeyReleaseMask, False, ColorChanged, (XtPointer)(intptr_t) i-1); } XtAddCallback(last, XtNcallback, GenericCallback, (XtPointer)(intptr_t) i + (dlgNr<<16)); // invokes user callback - if(option[i].textValue) SetColor( option[i].textValue, &option[i]); // for new-variant buttons + if(option[i].textValue && *option[i].textValue == '#') SetColor( option[i].textValue, &option[i]); // for new-variant buttons break; case ComboBox: j = SetPositionAndSize(args, last, lastrow, 0 /* border */,