# HG changeset patch # User Andre Heinecke # Date 1395915829 0 # Node ID 431b058e903d13ee7d18726827a0a703549f6e41 # Parent e6c5c70a67b0290b284a4d5d74c97e6347641781 Fix typo that happend in rebase conflict resolution diff -r e6c5c70a67b0 -r 431b058e903d ui/listupdatedialog.cpp --- 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; }