changeset 10971 | 0e122b87ffbc |
parent 10803 | df39aa3f6d4d |
child 11046 | 47a8c19ecb60 |
--- a/QTfrontend/hwform.cpp Tue May 26 23:29:53 2015 +0200 +++ b/QTfrontend/hwform.cpp Mon Jun 01 14:30:22 2015 +0200 @@ -164,14 +164,12 @@ ui.pageVideos->init(config); #endif -#ifdef __APPLE__ +#if defined(__APPLE__) && defined(SPARKLE_ENABLED) if (config->isAutoUpdateEnabled()) { AutoUpdater* updater = NULL; -#ifdef SPARKLE_ENABLED updater = new SparkleAutoUpdater(); -#endif if (updater) { updater->checkForUpdates();