summaryrefslogtreecommitdiff
path: root/deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp
diff options
context:
space:
mode:
authorMichael Reifenberger <mr@FreeBSD.org>2018-03-24 19:11:59 +0000
committerMichael Reifenberger <mr@FreeBSD.org>2018-03-24 19:11:59 +0000
commitea0ce349e74f02c68ed29292275c8b75dd4e8334 (patch)
tree7f177afc8023ae2a505d47cdcfe9770ad688b87d /deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp
parentwww/mybb: Update to 1.8.15 (diff)
Add nextcloudclient as of 20180323.
It's repocopied from owncloudclient.
Diffstat (limited to '')
-rw-r--r--deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp b/deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp
new file mode 100644
index 000000000000..0b1683a51b39
--- /dev/null
+++ b/deskutils/nextcloudclient/files/patch-src_gui_generalsettings.cpp
@@ -0,0 +1,18 @@
+--- 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()