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:11 -0700
commitb0859c2b2b3e7c807f47c9df07b74d48545dc561 (patch)
tree41c467fc79cef5701a9830cd7783cf7b0c3032fd
parentaecf944f2e3509cdf02e13bde5dc7e48ea4d1455 (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