~ubuntu-branches/ubuntu/raring/kdepim/raring-proposed

« back to all changes in this revision

Viewing changes to incidenceeditor-ng/eventortododialog.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-06-07 07:56:38 UTC
  • mfrom: (0.2.27)
  • Revision ID: package-import@ubuntu.com-20120607075638-0luhdq11z7sgvs4m
Tags: 4:4.8.80-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
  }
297
297
 
298
298
  mIeDateTime->setActiveDate( QDate() );
299
 
  mEditor->load( KCalCore::Incidence::Ptr( incidences.first()->clone() ) );
 
299
  KCalCore::Incidence::Ptr newInc = KCalCore::Incidence::Ptr( incidences.first()->clone() );
 
300
  newInc->setUid( KCalCore::CalFormat::createUniqueId() );
 
301
  mEditor->load( newInc );
300
302
}
301
303
 
302
304
void EventOrTodoDialogPrivate::manageTemplates()