changeset 819:a2e891b13e68

(issue67) also register list installation if software update is available
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 15 Jul 2014 19:00:26 +0200
parents fbd1cabad41e
children eef8e0ca82b9
files ui/mainwindow.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();
 

http://wald.intevation.org/projects/trustbridge/