X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=6db2b3cc34a99c1ec6296b83d560557c93ca2e1d;hb=69994861940c13db1466c8ed7397dfe61ff2e4c8;hp=bed461036e304cdf8aac8b4f7f2c1eba891f84c3;hpb=d25f268b1d5df5caa0e128756176aa7403b587ce;p=xboard.git diff --git a/dialogs.c b/dialogs.c index bed4610..6db2b3c 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1229,8 +1229,8 @@ PopUpMoveDialog (char firstchar) void BoxAutoPopUp (char *buf) { + if(!appData.autoBox) return; if(appData.icsActive) { // text typed to board in ICS mode: divert to ICS input box - if(!appData.autoBox) return; if(DialogExists(InputBoxDlg)) { // box already exists: append to current contents char *p, newText[MSG_SIZ]; GetWidgetText(&boxOptions[0], &p);