XQuartz: Rever the "Set can_quit to true during a Sparkle-initiated relaunch." change

This was in place to work around the issue that was correctly solved with the
previous commit (changing the Windows menu behavior).  Reverting this change
no longer causes crashing, so it's safe to show the dialog now.
(cherry picked from commit 023cef31bb)
This commit is contained in:
Jeremy Huddleston 2009-07-24 09:16:37 -07:00
parent 0d73893a57
commit fb46474feb

View File

@ -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