Lines 1-18
Link Here
|
1 |
--- src/gui/generalsettings.cpp.orig 2017-12-20 15:03:02 UTC |
|
|
2 |
+++ src/gui/generalsettings.cpp |
3 |
@@ -117,6 +117,7 @@ void GeneralSettings::loadMiscSettings() |
4 |
|
5 |
void GeneralSettings::slotUpdateInfo() |
6 |
{ |
7 |
+#if 0 |
8 |
// Note: the sparkle-updater is not an OCUpdater |
9 |
OCUpdater *updater = qobject_cast<OCUpdater *>(Updater::instance()); |
10 |
if (ConfigFile().skipUpdateCheck()) { |
11 |
@@ -133,6 +134,7 @@ void GeneralSettings::slotUpdateInfo() |
12 |
// can't have those infos from sparkle currently |
13 |
_ui->updatesGroupBox->setVisible(false); |
14 |
} |
15 |
+#endif |
16 |
} |
17 |
|
18 |
void GeneralSettings::saveMiscSettings() |