author | zautrix <zautrix> | 2005-04-16 10:17:05 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-16 10:17:05 (UTC) |
commit | 6cf5cc7d0b12af6bdc722e469f3f5aa293016c7d (patch) (unidiff) | |
tree | 8b421d5850589c64e6642397819bbf788b6ee1b6 | |
parent | 85bdc33419eef0ffa9f00eb7222944518fe39b6c (diff) | |
download | kdepimpi-6cf5cc7d0b12af6bdc722e469f3f5aa293016c7d.zip kdepimpi-6cf5cc7d0b12af6bdc722e469f3f5aa293016c7d.tar.gz kdepimpi-6cf5cc7d0b12af6bdc722e469f3f5aa293016c7d.tar.bz2 |
fix
-rw-r--r-- | libkcal/todo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libkcal/todo.cpp b/libkcal/todo.cpp index 5e6ac22..6a6c137 100644 --- a/libkcal/todo.cpp +++ b/libkcal/todo.cpp | |||
@@ -136,4 +136,5 @@ void Todo::saveParents() | |||
136 | format.save( &cal, file ); | 136 | format.save( &cal, file ); |
137 | } | 137 | } |
138 | to->saveParents(); | ||
138 | } | 139 | } |
139 | 140 | ||