Git commit b410bef33c2f01f7ad656ca9fd242e4fbe7dfc46 by Dan Vr=C3=A1til. Committed on 01/04/2012 at 00:27. Pushed by dvratil into branch 'wip-v0.3'. Fix name of alert type in Calendar parser Caused resource to lose information about popup reminder M +1 -1 libkgoogle/services/calendar.cpp http://commits.kde.org/akonadi-google/b410bef33c2f01f7ad656ca9fd242e4fbe7df= c46 diff --git a/libkgoogle/services/calendar.cpp b/libkgoogle/services/calenda= r.cpp index 0b9b3fb..adbafd5 100644 --- a/libkgoogle/services/calendar.cpp +++ b/libkgoogle/services/calendar.cpp @@ -494,7 +494,7 @@ KGoogle::Object* Services::CalendarPrivate::JSONToEvent= (const QVariantMap& event AlarmPtr alarm(new Alarm(object)); alarm->setTime(object->dtStart()); = - if (override["method"].toString() =3D=3D "alert") { + if (override["method"].toString() =3D=3D "popup") { alarm->setType(Alarm::Display); } else if (override["method"].toString() =3D=3D "email") { alarm->setType(Alarm::Email);