From kde-commits Sat Mar 28 15:25:58 2009 From: Olivier Trichet Date: Sat, 28 Mar 2009 15:25:58 +0000 To: kde-commits Subject: KDE/kdepim/knode Message-Id: <1238253958.367850.24025.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123825396915964 SVN commit 946012 by otrichet: Selection of a group triggered 2 loading of the headerview in a row ('clearSelection()' and 'i->setSelected( true );' emit the signal selectionChanged() signal) M +0 -1 kncollectionview.cpp --- trunk/KDE/kdepim/knode/kncollectionview.cpp #946011:946012 @@ -273,7 +273,6 @@ if (!i || mActiveItem == i) return; - clearSelection(); i->setSelected( true ); setCurrentItem( i ); mActiveItem = i;