mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
- Regenerate patches PR: 225583 Submitted by: me Approved by: yonas@fizk.net (maintainer)
18 lines
606 B
C++
18 lines
606 B
C++
--- src/gui/generalsettings.cpp.orig 2017-12-20 15:03:02 UTC
|
|
+++ src/gui/generalsettings.cpp
|
|
@@ -117,6 +117,7 @@ void GeneralSettings::loadMiscSettings()
|
|
|
|
void GeneralSettings::slotUpdateInfo()
|
|
{
|
|
+#if 0
|
|
// Note: the sparkle-updater is not an OCUpdater
|
|
OCUpdater *updater = qobject_cast<OCUpdater *>(Updater::instance());
|
|
if (ConfigFile().skipUpdateCheck()) {
|
|
@@ -133,6 +134,7 @@ void GeneralSettings::slotUpdateInfo()
|
|
// can't have those infos from sparkle currently
|
|
_ui->updatesGroupBox->setVisible(false);
|
|
}
|
|
+#endif
|
|
}
|
|
|
|
void GeneralSettings::saveMiscSettings()
|