https://bugs.kde.org/show_bug.cgi?id=257274
Laurent Montel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Laurent Montel <montel kde org> 2010-11-23 12:25:52 --- Fixed in kdepim-4.4.5 or 4.4.6 void FolderStorage::takeMessages(const QList<KMMessage*>& msgList) { for( QList<KMMessage*>::const_iterator it = msgList.begin(); it != msgList.end(); ++it ) { KMMessage *msg = (*it); if (msg->parent()) { int idx = msg->parent()->find(msg); if( idx >= 0 ) take(idx); } } } so we can't take a idx == -1 => it will not crash now -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
