CVS commit by ogoffart: Fix Bug 104214 : Reverse list does not work anymore in Kopete 0.10 that was just a typo. thanks for the bug report BUG: 104214 M +1 -1 msnaccount.cpp 1.118 --- kdenetwork/kopete/protocols/msn/msnaccount.cpp #1.117:1.118 @@ -943,5 +943,5 @@ void MSNAccount::slotContactAdded( const } m_reverseList.append( handle ); - configGroup()->writeEntry( "reversekList" , m_reverseList ) ; + configGroup()->writeEntry( "reverseList" , m_reverseList ) ; } }