author | zautrix <zautrix> | 2005-08-17 19:54:28 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-08-17 19:54:28 (UTC) |
commit | 7b85cd21eac504f2004df9f3c2b818cbc1478fc0 (patch) (side-by-side diff) | |
tree | 8b99349eb4ddb9fb10e44618a03f17a80810a392 | |
parent | 39f1119563e038a029fd23c4b3af03eda02fe308 (diff) | |
download | kdepimpi-7b85cd21eac504f2004df9f3c2b818cbc1478fc0.zip kdepimpi-7b85cd21eac504f2004df9f3c2b818cbc1478fc0.tar.gz kdepimpi-7b85cd21eac504f2004df9f3c2b818cbc1478fc0.tar.bz2 |
uuu
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 2 | ||||
-rw-r--r-- | korganizer/calendarview.cpp | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index fd5e4f9..944ee1e 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt @@ -7,2 +7,4 @@ Fixed a problem displaying very long allday events in agenda view in single day Fixed a problem with the default settings for new todos. +Added an error message dialog if saving of calendar files is not possible. +Made it impossible to close KO/Pi if saving fails. diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index ca071b2..26323b1 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp @@ -2549,3 +2549,2 @@ bool CalendarView::saveCalendars() restoreCalendarSettings(); - if ( !saveError.isEmpty() ) { |