Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2019-07-29 14:42:09 +0300
committerChristian Kamm <mail@ckamm.de>2019-08-01 11:13:03 +0300
commit736ad72bbb964a3e35e675d0b106cf5210168cdd (patch)
treea903e281a07660f3a54120593bbede18d6f51dc0 /src/gui/updater
parent907945d869de2828bde62215b711d457376119fc (diff)
Updater: Make "Update manually" not also "skip this version"
See #7217
Diffstat (limited to 'src/gui/updater')
-rw-r--r--src/gui/updater/ocupdater.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gui/updater/ocupdater.cpp b/src/gui/updater/ocupdater.cpp
index cc751fe28..a19f0d54d 100644
--- a/src/gui/updater/ocupdater.cpp
+++ b/src/gui/updater/ocupdater.cpp
@@ -463,8 +463,6 @@ void NSISUpdater::showUpdateErrorDialog()
qApp->quit();
});
connect(getupdate, &QAbstractButton::clicked, this, [this]() {
- wipeUpdateData();
- slotSetSeenVersion();
slotOpenUpdateUrl();
});