[PATCH 1 of 2] (issue67) also register list installation if software update is available
Wald Commits
scm-commit at wald.intevation.org
Tue Jul 15 19:00:48 CEST 2014
# HG changeset patch
# User Andre Heinecke <andre.heinecke at intevation.de>
# Date 1405443626 -7200
# Node ID a2e891b13e688740040feb776dc06634a6506652
# Parent fbd1cabad41eff8b550c10d716499d11a1a14322
(issue67) also register list installation if software update is available
diff -r fbd1cabad41e -r a2e891b13e68 ui/mainwindow.cpp
--- a/ui/mainwindow.cpp Tue Jul 15 17:50:22 2014 +0200
+++ b/ui/mainwindow.cpp Tue Jul 15 19:00:26 2014 +0200
@@ -1045,7 +1045,7 @@
}
void MainWindow::installerSuccess() {
- if (mCurState == NewListAvailable) {
+ if (mCurState == NewListAvailable || mCurState == NewSoftwareAvailable) {
mCurState = NothingChanged;
mCurMessage = QString();
More information about the Trustbridge-commits
mailing list