author | zautrix <zautrix> | 2005-04-06 14:17:54 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-06 14:17:54 (UTC) |
commit | 76e220bf1236ae6afa9d91f18f0cd9ced730cff0 (patch) (unidiff) | |
tree | b34390ceb3f4d55aa5430c2cf0019c344d3293a3 | |
parent | 03c5656deeec67eefcefb4faa1bfc9a9bc3254ef (diff) | |
download | kdepimpi-76e220bf1236ae6afa9d91f18f0cd9ced730cff0.zip kdepimpi-76e220bf1236ae6afa9d91f18f0cd9ced730cff0.tar.gz kdepimpi-76e220bf1236ae6afa9d91f18f0cd9ced730cff0.tar.bz2 |
version and one focus fix
-rw-r--r-- | bin/kdepim/WhatsNew.txt | 4 | ||||
-rw-r--r-- | desktop/rpm/kdepim_rpm | 2 | ||||
-rw-r--r-- | korganizer/calendarview.cpp | 2 | ||||
-rw-r--r-- | version | 2 |
4 files changed, 7 insertions, 3 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index c598214..53eb428 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt | |||
@@ -1,5 +1,9 @@ | |||
1 | Info about the changes in new versions of KDE-Pim/Pi | 1 | Info about the changes in new versions of KDE-Pim/Pi |
2 | 2 | ||
3 | ********** VERSION 2.0.26 ************ | ||
4 | |||
5 | And again fixed some bugs. | ||
6 | |||
3 | ********** VERSION 2.0.25 ************ | 7 | ********** VERSION 2.0.25 ************ |
4 | 8 | ||
5 | And again fixed some bugs. | 9 | And again fixed some bugs. |
diff --git a/desktop/rpm/kdepim_rpm b/desktop/rpm/kdepim_rpm index af64b99..0fcda8e 100644 --- a/desktop/rpm/kdepim_rpm +++ b/desktop/rpm/kdepim_rpm | |||
@@ -1,6 +1,6 @@ | |||
1 | Summary: A collection of PIM programs | 1 | Summary: A collection of PIM programs |
2 | Name: KDE-Pim-Pi | 2 | Name: KDE-Pim-Pi |
3 | Version: 2.0.25 | 3 | Version: 2.0.26 |
4 | Release: SuSE_9.2 | 4 | Release: SuSE_9.2 |
5 | Copyright:GPL | 5 | Copyright:GPL |
6 | Group: Productivity/Pim | 6 | Group: Productivity/Pim |
diff --git a/korganizer/calendarview.cpp b/korganizer/calendarview.cpp index 00ef145..8512a07 100644 --- a/korganizer/calendarview.cpp +++ b/korganizer/calendarview.cpp | |||
@@ -236,7 +236,7 @@ CalendarView::CalendarView( Calendar *calendar, | |||
236 | void CalendarView::init() | 236 | void CalendarView::init() |
237 | { | 237 | { |
238 | mNextAlarmDateTime = QDateTime::currentDateTime(); | 238 | mNextAlarmDateTime = QDateTime::currentDateTime(); |
239 | setFocusPolicy ( WheelFocus ); | 239 | setFocusPolicy ( NoFocus ); |
240 | mViewerCallerIsSearchDialog = false; | 240 | mViewerCallerIsSearchDialog = false; |
241 | mBlockShowDates = false; | 241 | mBlockShowDates = false; |
242 | beamDialog = new KOBeamPrefs(); | 242 | beamDialog = new KOBeamPrefs(); |
@@ -1 +1 @@ | |||
version = "2.0.25"; | version = "2.0.26"; | ||