author | zautrix <zautrix> | 2005-06-27 05:42:05 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-06-27 05:42:05 (UTC) |
commit | 16d3551a207f02679aeaeb943f00684db223934d (patch) (unidiff) | |
tree | 79e42304c0249c8ae78ad40ec7b88b0f42a839dd /korganizer | |
parent | fe17413ed808afb7b3e722e1f2ea9a5381a44955 (diff) | |
download | kdepimpi-16d3551a207f02679aeaeb943f00684db223934d.zip kdepimpi-16d3551a207f02679aeaeb943f00684db223934d.tar.gz kdepimpi-16d3551a207f02679aeaeb943f00684db223934d.tar.bz2 |
compile fix
-rw-r--r-- | korganizer/calendarview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 13cf69b..a62145a 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp | |||
@@ -1611,5 +1611,5 @@ bool CalendarView::importBday() | |||
1611 | int bd = mCalEditView->getBirtdayID(); | 1611 | int bd = mCalEditView->getBirtdayID(); |
1612 | if ( bd == 0 ) | 1612 | if ( bd == 0 ) |
1613 | return; | 1613 | return false; |
1614 | mCalendar->setDefaultCalendar( bd ); | 1614 | mCalendar->setDefaultCalendar( bd ); |
1615 | KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true ); | 1615 | KABC::StdAddressBook* AddressBook = KABC::StdAddressBook::self( true ); |