diff ui/mainwindow.cpp @ 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 c4af7874250b
children 78c8ce22d9f4
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/