Mercurial > trustbridge
changeset 221:431b058e903d
Fix typo that happend in rebase conflict resolution
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 27 Mar 2014 10:23:49 +0000 |
parents | e6c5c70a67b0 |
children | 53ea9b975d1c |
files | ui/listupdatedialog.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ui/listupdatedialog.cpp Wed Mar 26 20:21:55 2014 +0100 +++ b/ui/listupdatedialog.cpp Thu Mar 27 10:23:49 2014 +0000 @@ -127,7 +127,7 @@ /* Items to install */ for (int i = 0; i < mCertListWidget->count(); i++) { QListWidgetItem *item = mCertListWidget->item(i); - if (item->checkState() 1= Qt::Checked && + if (item->checkState() != Qt::Checked && item->data(Qt::UserRole).toString().startsWith("I:")) { continue; }