From 40e5edc1ab153144f0e824ad2d3a0ab37357e408 Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 02 Apr 2005 17:24:28 +0000 Subject: commit --- diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index da5f365..6bc6be9 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt @@ -1,5 +1,11 @@ Info about the changes in new versions of KDE-Pim/Pi +********** VERSION 2.0.23 ************ + +Fixed again a lot of small and strange bugs, e.g. the missing toolbar of KA/Pi after a new installation. +Fixed the (agenda) layout of KO/Pi on 5500er. +Some usebility enhancements (e.g. reselection the current item of the todo view after some changes). + ********** VERSION 2.0.22 ************ KO/Pi: diff --git a/korganizer/koagendaview.cpp b/korganizer/koagendaview.cpp index 880d399..d450a97 100644 --- a/korganizer/koagendaview.cpp +++ b/korganizer/koagendaview.cpp @@ -210,7 +210,6 @@ void TimeLabels::updateConfig() sFont.setPointSize( sFont.pointSize()/2 ); QFontMetrics fmS( sFont ); mMiniWidth += fmS.width( test ) + frameWidth()*2+4 ; - qDebug("testwid %d %d", mMiniWidth ,fmS.width( test )); // update geometry restrictions based on new settings setFixedWidth( mMiniWidth ); -- cgit v0.9.0.2