-rw-r--r-- | korganizer/calendarview.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index b0be340..dd4ea41 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp | |||
@@ -1860,2 +1860,3 @@ bool CalendarView::loadCalendars() | |||
1860 | updateView(); | 1860 | updateView(); |
1861 | return true; | ||
1861 | } | 1862 | } |
@@ -1873,2 +1874,3 @@ bool CalendarView::restoreCalendarSettings() | |||
1873 | } | 1874 | } |
1875 | return true; | ||
1874 | } | 1876 | } |
@@ -2064,2 +2066,3 @@ bool CalendarView::saveCalendars() | |||
2064 | restoreCalendarSettings(); | 2066 | restoreCalendarSettings(); |
2067 | return true; | ||
2065 | } | 2068 | } |