Hi, as the topic says this mail is about a bug report.
I write this mail, because i have a patch for the bug and it would be great to see this one in Lenny. The bug itself takes some of the usefulness from korganizer and it would be a pity to see Lenny get shipped with it. I know, its freeze time, but maybe there's a chance for an exemption Yours sincerely, Matthias
--- alarmdialog.cpp~ 2008-10-24 21:09:25.000000000 +0200 +++ alarmdialog.cpp 2008-10-24 21:09:29.000000000 +0200 @@ -371,7 +371,7 @@ for ( QListViewItemIterator it( mIncidenceListView ) ; it.current() ; ++it ) { AlarmListItem * item = static_cast<AlarmListItem*>( it.current() ); - config->setGroup( QString("Incidence-%1").arg(numReminders) ); + config->setGroup( QString("Incidence-%1").arg(numReminders + 1) ); config->writeEntry( "UID", item->mIncidence->uid() ); config->writeEntry( "RemindAt", item->mRemindAt ); ++numReminders;