author | zautrix <zautrix> | 2005-02-03 19:12:28 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-02-03 19:12:28 (UTC) |
commit | 48c87f3c5dcb1c373c812ca6068cfa1417802f27 (patch) (unidiff) | |
tree | a96b3e173a828b2be1d3db1ad528567218518457 | |
parent | fb6753570dc90e936b4e89092554ab012e946a56 (diff) | |
download | kdepimpi-48c87f3c5dcb1c373c812ca6068cfa1417802f27.zip kdepimpi-48c87f3c5dcb1c373c812ca6068cfa1417802f27.tar.gz kdepimpi-48c87f3c5dcb1c373c812ca6068cfa1417802f27.tar.bz2 |
fiihiix
-rw-r--r-- | korganizer/kotodoeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/kotodoeditor.cpp b/korganizer/kotodoeditor.cpp index ec5c2d1..70dfbd1 100644 --- a/korganizer/kotodoeditor.cpp +++ b/korganizer/kotodoeditor.cpp | |||
@@ -276,19 +276,19 @@ void KOTodoEditor::setDefaults(QDateTime due,Todo *relatedEvent,bool allDay) | |||
276 | showPage( 0 ); | 276 | showPage( 0 ); |
277 | if ( mRelatedTodo ) { | 277 | if ( mRelatedTodo ) { |
278 | mGeneral->setCategories (mRelatedTodo->categoriesStr ()); | 278 | mGeneral->setCategories (mRelatedTodo->categoriesStr ()); |
279 | mGeneral->setSecrecy (mRelatedTodo->secrecy ()); | 279 | mGeneral->setSecrecy (mRelatedTodo->secrecy ()); |
280 | if ( mRelatedTodo->priority() < 3 ) | 280 | if ( mRelatedTodo->priority() < 3 ) |
281 | mGeneral->mPriorityCombo->setCurrentItem(mRelatedTodo->priority()-1); | 281 | mGeneral->mPriorityCombo->setCurrentItem(mRelatedTodo->priority()-1); |
282 | mGeneral->mSummaryEdit->lineEdit()->setText(mRelatedTodo->summary()+": "); | 282 | mGeneral->mSummaryEdit->lineEdit()->setText(mRelatedTodo->summary()+": "); |
283 | int len = mRelatedTodo->summary().length(); | 283 | int len = mRelatedTodo->summary().length(); |
284 | mGeneral->mSummaryEdit->lineEdit()->setSelection ( 0, len+2 ); | ||
285 | mGeneral->mSummaryEdit->lineEdit()->setCursorPosition ( len+2 ); | ||
286 | mGeneral->mSummaryEdit->lineEdit()->setFocus(); | 284 | mGeneral->mSummaryEdit->lineEdit()->setFocus(); |
285 | mGeneral->mSummaryEdit->lineEdit()->setCursorPosition ( len+2 ); | ||
286 | mGeneral->mSummaryEdit->lineEdit()->setSelection ( 0, len+2 ); | ||
287 | 287 | ||
288 | } else | 288 | } else |
289 | mGeneral->setFocusOn( 2 ); | 289 | mGeneral->setFocusOn( 2 ); |
290 | } | 290 | } |
291 | 291 | ||
292 | void KOTodoEditor::readTodo(Todo *todo) | 292 | void KOTodoEditor::readTodo(Todo *todo) |
293 | { | 293 | { |
294 | mGeneral->readTodo(todo); | 294 | mGeneral->readTodo(todo); |