--- a/src/configDialog.cpp Sat Aug 24 15:00:46 2013 +0300 +++ b/src/configDialog.cpp Sat Aug 24 15:01:31 2013 +0300 @@ -375,7 +375,7 @@ ui->quickColorList->addItem (item); quickColorItems << item; - if (sel &&& entry == sel) { + if (sel && &entry == sel) { ui->quickColorList->setCurrentItem (item); ui->quickColorList->scrollToItem (item); }