~ubuntu-branches/ubuntu/trusty/kdepimlibs/trusty

« back to all changes in this revision

Viewing changes to akonadi/calendar/etmcalendar.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-09-30 14:20:53 UTC
  • mfrom: (1.1.101)
  • Revision ID: package-import@ubuntu.com-20130930142053-k66oi27s75lt8l51
Tags: 4:4.11.2-0ubuntu1
New upstream bugfix release

Show diffs side-by-side

added added

removed removed

Lines of Context:
398
398
        // The Google resource, for example, changes the UID when we create incidences.
399
399
        handleUidChange( item, newIncidence->instanceIdentifier() );
400
400
        existingIncidence = q->incidence( newIncidence->uid(), newIncidence->recurrenceId() );
401
 
        Q_ASSERT( existingIncidence );
402
401
      }
403
402
 
404
403
      // The item needs updating too, revision changed.