[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/korganizer
From:       Allen Winter <winter () kde ! org>
Date:       2008-07-28 23:58:06
Message-ID: 1217289486.575728.32284.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 838883 by winterz:

merge SVN commit 837624 by tilladam:

Make sure to delete the original, not the cloned incidence, as otherwise \
it's not properly found in the resource map, then not properly removed, on \
deletion.



 M  +1 -1      incidencechanger.cpp  


--- trunk/KDE/kdepim/korganizer/incidencechanger.cpp #838882:838883
@@ -107,7 +107,7 @@
     // @TODO: let Calendar::deleteIncidence do the locking...
     Incidence* tmp = incidence->clone();
     emit incidenceToBeDeleted( incidence );
-    doDelete = mCalendar->deleteIncidence( tmp );
+    doDelete = mCalendar->deleteIncidence( incidence );
     if ( !KOPrefs::instance()->thatIsMe( tmp->organizer().email() ) ) {
       const QStringList myEmails = KOPrefs::instance()->allEmails();
       bool notifyOrganizer = false;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic