Emit both incidenceAdded signals, so that both the kolab and the imap

resource work.

svn path=/trunk/kdepim/; revision=347000
wilder-work
Till Adam 22 years ago
parent 02e2d8db0d
commit 3af856a9c9
  1. 4
      kmailicalifaceimpl.cpp

@ -999,8 +999,10 @@ void KMailICalIfaceImpl::slotIncidenceAdded( KMFolder* folder,
kdDebug(5006) << "Insert uid: " << uid << endl;
mUIDToSerNum.insert( uid, sernum );
// tell the resource if we didn't trigger this ourselves
if( !mInTransit.contains( uid ) )
if( !mInTransit.contains( uid ) ) {
incidenceAdded( type, folder->location(), s );
incidenceAdded( type, folder->location(), sernum, format, s );
}
else
mInTransit.remove( uid );

Loading…
Cancel
Save