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.
This commit is contained in:
Jeremy Huddleston 2009-07-24 09:16:37 -07:00
parent cd5ae2c7db
commit 023cef31bb

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