From kde-bugs-dist Wed Mar 16 08:53:19 2005 From: Don Sanders Date: Wed, 16 Mar 2005 08:53:19 +0000 To: kde-bugs-dist Subject: [Bug 100247] Sorting by date in search results dialog is broken Message-Id: <20050316085319.6681.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=111096321405787 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=100247 don sanders org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From don sanders org 2005-03-16 09:53 ------- CVS commit by sanders: Revert commit "Show localized instead of ISO date in search result list" http://lists.kde.org/?l=kde-cvs&m=110511548007484&w=2 which introduced "Sorting by date in search results dialog is broken" http://bugs.kde.org/show_bug.cgi?id=100247 --Volker_Krause_Cookies; ++Hasso_Tepper_Cookies; CCMAIL:100247-done bugs kde org Volker if you read this then firstly let me say hi, thanks for making an effort to contribute to KMail, secondly please be more careful and check that you don't introduce any (obvious) regressions like this one when committing code to KMail. M +1 -1 kmfldsearch.cpp 1.142 --- kdepim/kmail/kmfldsearch.cpp #1.141:1.142 @ -496,5 +496,5 @ void KMFldSearch::slotAddMsg(int idx) (void)new KListViewItem(mLbxMatches, mLbxMatches->lastItem(), - msg->subject(), from, msg->dateStr(), + msg->subject(), from, msg->dateIsoStr(), fName, QString::number(mFolder->serNum(idx)));