From 949395348f64966c8971bd37fe7afb90ebcd0688 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 26 Jun 2013 10:42:07 -0700 Subject: [PATCH] switch to silent update checking --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 6d94f361b3..a29e36f230 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -267,7 +267,7 @@ Application::Application(int& argc, char** argv, timeval &startup_time) : #if defined(Q_WS_MAC) && defined(QT_NO_DEBUG) // if this is a release OS X build use fervor to check for an update FvUpdater::sharedUpdater()->SetFeedURL("file:///Users/birarda/Desktop/Appcast.xml"); - FvUpdater::sharedUpdater()->CheckForUpdatesNotSilent(); + FvUpdater::sharedUpdater()->CheckForUpdatesSilent(); #endif initMenu();