Git commit 54ca97a1782906796e9557f216f5b7c63c9f6931 by Sergio Martins. Committed on 30/09/2013 at 17:04. Pushed by smartins into branch 'KDE/4.11'. Also compare the allday property. M +1 -1 calendarviews/agenda/agendaview.cpp http://commits.kde.org/kdepim/54ca97a1782906796e9557f216f5b7c63c9f6931 diff --git a/calendarviews/agenda/agendaview.cpp b/calendarviews/agenda/age= ndaview.cpp index 9adaab0..5c5eee0 100644 --- a/calendarviews/agenda/agendaview.cpp +++ b/calendarviews/agenda/agendaview.cpp @@ -1947,7 +1947,7 @@ void AgendaView::slotIncidencesDropped( const KCalCor= e::Incidence::List &inciden KCalCore::Incidence::Ptr newIncidence =3D existingItem.payload(); KCalCore::Incidence::Ptr oldIncidence( newIncidence->clone() ); = - if ( newIncidence->dtStart() =3D=3D newTime ) { + if ( newIncidence->dtStart() =3D=3D newTime && newIncidence->allDay(= ) =3D=3D allDay ) { // Nothing changed continue; }