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

List:       kde-commits
Subject:    kroupware_branch: kdepim/korganizer
From:       Bo Thorsen <bo () sonofthor ! dk>
Date:       2003-10-14 8:45:33
[Download RAW message or body]

CVS commit by thorsen: 

If the legacy option 'strip alarms' is on, also apply this to deleted appointments. \
This fixes kroupware bug 376


  M +6 -0      kogroupware.cpp   1.1.2.30


--- kdepim/korganizer/kogroupware.cpp  #1.1.2.29:1.1.2.30
@@ -985,4 +985,10 @@ bool KOGroupware::sendICalMessage( QWidg
       newEvent->addAttendee( newMyself );
 
+      bool stripAlarms = false;
+      emit getStripAlarmsForSending( stripAlarms );
+      if( stripAlarms )
+        // Strip alarms from the send
+        newEvent->clearAlarms();
+
       // Create the outgoing vCal
       QString messageText = mFormat.createScheduleMessage( newEvent,


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

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