From 71eba6589af91448b84bfd409439115972203e9e Mon Sep 17 00:00:00 2001 From: zautrix Date: Sun, 08 Aug 2004 09:33:57 +0000 Subject: small fix --- (limited to 'libkcal/phoneformat.cpp') diff --git a/libkcal/phoneformat.cpp b/libkcal/phoneformat.cpp index c97b43d..238b0ef 100644 --- a/libkcal/phoneformat.cpp +++ b/libkcal/phoneformat.cpp @@ -191,9 +191,10 @@ public: if ( todo->hasDueDate() ) attList << dtToString ( todo->dtDue() ); attList << QString::number( id ); - attList << todo->summary(); + attList << todo->summary(); attList << completedString; - attList << alarmString; + attList << QString::number( todo->priority() ); + attList << alarmString; attList << todo->categoriesStr(); attList << todo->secrecyStr(); cSum = PhoneFormat::getCsum(attList ); @@ -674,7 +675,7 @@ bool PhoneFormat::load( Calendar *calendar, Calendar *existingCal ,QString profi bool start = true; GSM_ToDoEntry ToDo; - int ccc = 0; + ccc = 0; while (!gshutdown) { error = Phone->GetNextToDo(&s, &ToDo, start); if (error == ERR_EMPTY) break; -- cgit v0.9.0.2