changeset 684:69def231f5ac

(issue28) clear manual updates after installation.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 01 Jul 2014 11:36:44 +0200
parents 05953583a738
children 248d4f24e618
files ui/mainwindow.cpp
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ui/mainwindow.cpp	Mon Jun 30 19:04:15 2014 +0200
+++ b/ui/mainwindow.cpp	Tue Jul 01 11:36:44 2014 +0200
@@ -826,8 +826,8 @@
     /* TODO: if nothing is available (neither old nor new) add some progress
      * indication */
     mInstallList->clear();
+    mRemoveList->clear();
     mUpdatesNew->clear();
-    mRemoveList->clear();
     mUpdatesRemove->clear();
     QList<Certificate> newInstallCerts;
     QList<Certificate> newRemoveCerts;
@@ -929,6 +929,7 @@
         mInstalledList = mListToInstall;
         mListToInstall = CertificateList();
     }
+    mUpdatesManual->clear();
     loadCertificateList();
 }
 

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