From kde-commits Tue Apr 19 20:16:21 2005 From: Olivier Goffart Date: Tue, 19 Apr 2005 20:16:21 +0000 To: kde-commits Subject: kdenetwork/kopete/protocols/msn Message-Id: <20050419201621.841603C8 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111394179210807 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 ) ; } }