diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-18 18:48:46 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-08-18 18:48:46 +0000 |
commit | b40645d109f976df2c54ecaf3851f3d90138bb8b (patch) | |
tree | 33e80bfc8c8ea426da92b9579f2c033d9b312df5 /libkcal | |
parent | 740cad9fc10cc4e3683b619cbe06da24ef18f1b0 (diff) | |
download | tdepim-b40645d109f976df2c54ecaf3851f3d90138bb8b.tar.gz tdepim-b40645d109f976df2c54ecaf3851f3d90138bb8b.zip |
Fixed a number of issues, including
* event modification and view refresh when GroupWare communication is disabled
* Deletion (delay) of first recurring event
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1165287 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libkcal')
-rw-r--r-- | libkcal/resourcecached.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libkcal/resourcecached.cpp b/libkcal/resourcecached.cpp index 22fa79bb9..2fecbb50f 100644 --- a/libkcal/resourcecached.cpp +++ b/libkcal/resourcecached.cpp @@ -19,6 +19,10 @@ Boston, MA 02110-1301, USA. */ +// TODO [FIXME] IMPORTANT +// If a cached resource initiates a reload while an event editor is active, or an event is locked for editing, +// a big fat crash will ensue. The reload subroutine must ABORT if ANY korganizer events are locked for editing!!! + #include <tqdatastream.h> #include <tqdatetime.h> #include <tqfile.h> |