From 76e220bf1236ae6afa9d91f18f0cd9ced730cff0 Mon Sep 17 00:00:00 2001 From: zautrix Date: Wed, 06 Apr 2005 14:17:54 +0000 Subject: version and one focus fix --- 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 @@ Info about the changes in new versions of KDE-Pim/Pi +********** VERSION 2.0.26 ************ + +And again fixed some bugs. + ********** VERSION 2.0.25 ************ 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 @@ Summary: A collection of PIM programs Name: KDE-Pim-Pi -Version: 2.0.25 +Version: 2.0.26 Release: SuSE_9.2 Copyright:GPL 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, void CalendarView::init() { mNextAlarmDateTime = QDateTime::currentDateTime(); - setFocusPolicy ( WheelFocus ); + setFocusPolicy ( NoFocus ); mViewerCallerIsSearchDialog = false; mBlockShowDates = false; beamDialog = new KOBeamPrefs(); diff --git a/version b/version index 1065c0d..3210305 100644 --- a/version +++ b/version @@ -1 +1 @@ -version = "2.0.25"; +version = "2.0.26"; -- cgit v0.9.0.2