From kde-commits Sat Apr 02 21:45:38 2011 From: Lamarque Souza Date: Sat, 02 Apr 2011 21:45:38 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/kopete Message-Id: <20110402214538.4E2F3AC8CE () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=130178076712989 SVN commit 1226898 by lvsouza: Sorting here is not necessary. M +0 -1 kopetewindow.cpp --- trunk/KDE/kdenetwork/kopete/kopete/kopetewindow.cpp #1226897:1226898 @@ -1303,7 +1303,6 @@ { bool changed = false; QList accountList = Kopete::AccountManager::self()->accounts(); - qSort(accountList.begin(), accountList.end(), invertedCompareOnlineStatus); foreach ( Kopete::Account *account, accountList ) { Kopete::Contact *self = account->myself();