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

List:       kde-commits
Subject:    branches/KDE/4.2/kdepim/korganizer
From:       Sergio Luis Martins <iamsergio () gmail ! com>
Date:       2009-01-27 21:59:32
Message-ID: 1233093572.789158.10303.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 917477 by smartins:

Fix a typo:

If KODayMatrix wants to be a CalendarObserver he must implement \
calendarIncidenceDeleted() not calendarIncidenceRemoved().


 M  +1 -1      kodaymatrix.cpp  
 M  +1 -1      kodaymatrix.h  


--- branches/KDE/4.2/kdepim/korganizer/kodaymatrix.cpp #917476:917477
@@ -356,7 +356,7 @@
   mPendingChanges = true;
 }
 
-void KODayMatrix::calendarIncidenceRemoved( Incidence *incidence )
+void KODayMatrix::calendarIncidenceDeleted( Incidence *incidence )
 {
   Q_UNUSED( incidence );
   mPendingChanges = true;
--- branches/KDE/4.2/kdepim/korganizer/kodaymatrix.h #917476:917477
@@ -164,7 +164,7 @@
     /* reimplemented from KCal::Calendar::Observer */
     void calendarIncidenceAdded( Incidence *incidence );
     void calendarIncidenceChanged( Incidence *incidence );
-    void calendarIncidenceRemoved( Incidence *incidence );
+    void calendarIncidenceDeleted( Incidence *incidence );
 
   public slots:
     /** Recalculates all the flags of the days in the matrix like holidays or


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

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