X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gtk%2Fxoptions.c;h=fae7d9f381c000a0c5d4002808f56c42044131ed;hb=983466ab2643579135ec6b14102ba1c95c336678;hp=607aae23f43eaea15395cdf642577801770ba577;hpb=3f3e635b9d6b566d2f696d77c91fc3a10ba41680;p=xboard.git diff --git a/gtk/xoptions.c b/gtk/xoptions.c index 607aae2..fae7d9f 100644 --- a/gtk/xoptions.c +++ b/gtk/xoptions.c @@ -1105,6 +1105,7 @@ GenericPopUp (Option *option, char *title, DialogClass dlgNr, DialogClass parent if(dlgNr && dlgNr < PromoDlg && shells[dlgNr]) { // reusable, and used before (but popped down) gtk_widget_show(shells[dlgNr]); shellUp[dlgNr] = True; + if(wp[dlgNr]) gtk_window_move(GTK_WINDOW(shells[dlgNr]), wp[dlgNr]->x, wp[dlgNr]->y); return 0; }