aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xwidget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xwidget.c b/src/xwidget.c
index 9a039d9a745..ad4e07c6dd2 100644
--- a/src/xwidget.c
+++ b/src/xwidget.c
@@ -209,7 +209,7 @@ TYPE is a symbol which can take one of the following values:
209 209
210 xw->height = XFASTINT(height); 210 xw->height = XFASTINT(height);
211 xw->width = XFASTINT(width); 211 xw->width = XFASTINT(width);
212 xw->kill_without_query = 1; 212 xw->kill_without_query = 0;
213 XSETXWIDGET (val, xw); // set the vectorlike_header of VAL with the correct value 213 XSETXWIDGET (val, xw); // set the vectorlike_header of VAL with the correct value
214 Vxwidget_list = Fcons (val, Vxwidget_list); 214 Vxwidget_list = Fcons (val, Vxwidget_list);
215 xw->widgetwindow_osr = NULL; 215 xw->widgetwindow_osr = NULL;