Version: 0.10 (using KDE 3.4.0, Debian Package 4:3.4.0-0ubuntu3 (3.1)) Compiler: gcc version 3.3.5 (Debian 1:3.3.5-8ubuntu2) OS: Linux (i686) release 2.6.10-5-k7 If you ask for the list of contacts who added you in the MSN contact list preferences, it still displays the dialog box which is supposed to have this info, but only with the intro text. The list does not appear, even as a blank canvas. It worked before Kopete 0.10
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 ) ; } }
You need to log in before you can comment on or make changes to this bug.