diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-04-04 00:25:25 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-04-04 00:25:25 +0000 |
commit | 4c393bb995e0169b2b7e8e724c4159f7bb31b69e (patch) | |
tree | 34b0d3def9dbbc6f6973da5f9f18bece610cc49e /deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp | |
parent | devel/libc++: Mainly fix DragonFly support. (diff) |
- Move deskutils/mirall to deskutils/owncloudclient due to upstream rename
- Update to 1.8.0
Diffstat (limited to 'deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp')
-rw-r--r-- | deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp b/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp new file mode 100644 index 000000000000..33e0851414aa --- /dev/null +++ b/deskutils/owncloudclient/files/patch-src_gui_generalsettings.cpp @@ -0,0 +1,23 @@ +--- src/gui/generalsettings.cpp.orig 2015-03-16 14:28:58 UTC ++++ src/gui/generalsettings.cpp +@@ -85,6 +85,7 @@ void GeneralSettings::loadMiscSettings() + + void GeneralSettings::slotUpdateInfo() + { ++#if 0 + if (OCUpdater *updater = dynamic_cast<OCUpdater*>(Updater::instance())) + { + connect(updater, SIGNAL(downloadStateChanged()), SLOT(slotUpdateInfo()), Qt::UniqueConnection); +@@ -93,9 +94,12 @@ void GeneralSettings::slotUpdateInfo() + _ui->updateStateLabel->setText(updater->statusString()); + _ui->restartButton->setVisible(updater->downloadState() == OCUpdater::DownloadComplete); + } else { ++#endif + // can't have those infos from sparkle currently + _ui->updatesGroupBox->setVisible(false); ++#if 0 + } ++#endif + } + + void GeneralSettings::saveMiscSettings() |