summaryrefslogtreecommitdiff
path: root/hw/xquartz/X11Application.m
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2009-07-21 00:22:12 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2009-07-24 09:41:46 -0700
commit171409cecbd848e5fec6334fc61a20e882e80fa9 (patch)
treee99a88088689c5f480dd49a14b72a20f6928c303 /hw/xquartz/X11Application.m
parent7ff84d350b44fa40669c1d0d48a715a0bf056ece (diff)
XQuartz: Set can_quit to true during a Sparkle-initiated relaunch.
(cherry picked from commit b2e9a77111d4572402d8ca95e3368db97ba7d598)
Diffstat (limited to 'hw/xquartz/X11Application.m')
-rw-r--r--hw/xquartz/X11Application.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m
index eb0c39add..f5fa5eed3 100644
--- a/hw/xquartz/X11Application.m
+++ b/hw/xquartz/X11Application.m
@@ -970,7 +970,7 @@ void X11ApplicationMain (int argc, char **argv, char **envp) {
fprintf(stderr, "Error initializing xpbproxy\n");
#if XQUARTZ_SPARKLE
- [[X11App controller] set_check_for_updates_menu_item];
+ [[X11App controller] setup_sparkle];
[[SUUpdater sharedUpdater] resetUpdateCycle];
// [[SUUpdater sharedUpdater] checkForUpdates:X11App];
#endif