diff --git a/hw/xquartz/X11Controller.m b/hw/xquartz/X11Controller.m index 4d46911b5..9477e94db 100644 --- a/hw/xquartz/X11Controller.m +++ b/hw/xquartz/X11Controller.m @@ -343,7 +343,7 @@ BOOL xquartz_resetenv_display = NO; // Sent immediately before installing the specified update. - (void)updater:(SUUpdater *)updater willInstallUpdate:(SUAppcastItem *)update { - [self set_can_quit:YES]; + //[self set_can_quit:YES]; } #endif