Mercurial > trustbridge
comparison ui/mainwindow.cpp @ 687:973a7ce19658
(issue24) Let the string for install / remove be set for each item individually
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 01 Jul 2014 12:49:19 +0200 |
parents | 69def231f5ac |
children | 6df31cb47d54 |
comparison
equal
deleted
inserted
replaced
686:a2e94e88d304 | 687:973a7ce19658 |
---|---|
860 mInstallList->addCertificate(cert, state); | 860 mInstallList->addCertificate(cert, state); |
861 } | 861 } |
862 else { | 862 else { |
863 // Is a brand new certificate | 863 // Is a brand new certificate |
864 newInstallCerts.append(cert); | 864 newInstallCerts.append(cert); |
865 mUpdatesNew->addCertificate(cert, state); | 865 mUpdatesNew->addCertificate(cert, state, true, |
866 tr("install"), tr("ignore")); | |
866 } | 867 } |
867 } | 868 } |
868 else { | 869 else { |
869 // Certificate with status "remove". | 870 // Certificate with status "remove". |
870 if (mInstalledList.getCertificates().contains(cert)) { | 871 if (mInstalledList.getCertificates().contains(cert)) { |