summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-07-24 09:16:37 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-07-24 09:42:18 -0700
commitfb46474feb69d52d3dfdd61452ced5cfc38f6651 (patch)
tree0c55987544b08b578861f753295f0a2901a5165c
parent0d73893a5795d5c1d28fd0287f2f1965f2ff1bda (diff)
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 023cef31bbb2ab80a241098d82fcfd35ada75fc0)
-rw-r--r--hw/xquartz/X11Controller.m2
1 files changed, 1 insertions, 1 deletions
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