From 513bbc29c27d1988eee07f65afb80a6e222a48a4 Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 08 Apr 2005 23:49:56 +0000 Subject: wn --- diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt index 97c8154..be0d2b2 100644 --- a/bin/kdepim/WhatsNew.txt +++ b/bin/kdepim/WhatsNew.txt @@ -2,11 +2,12 @@ Info about the changes in new versions of KDE-Pim/Pi ********** VERSION 2.0.26 ************ -And again fixed some bugs. Added two more fields to the KA/Pi view config: A "Mobile (home)" and a "Mobile (work)" field. Fixed utf8 import (e.g. for Japaneese text) in KA/Pi. +Some alarm applet enhancements, e.g. sound stops automatically if value of suspend spinbox changes. +And again fixed some more small bugs. ********** VERSION 2.0.25 ************ diff --git a/kalarmd/alarmdialog.cpp b/kalarmd/alarmdialog.cpp index d72a8c2..1cda534 100644 --- a/kalarmd/alarmdialog.cpp +++ b/kalarmd/alarmdialog.cpp @@ -268,6 +268,7 @@ void AlarmDialog::forceRepaint() showNormal(); setActiveWindow(); raise(); + mSuspendSpin->setFocus(); playSoundTimer->start( 1000, true ); } @@ -284,9 +285,9 @@ void AlarmDialog::playSound () return; if ( mSilent ) return; - showNormal(); + //showNormal(); setActiveWindow(); - raise(); + //raise(); mSuspendSpin->setFocus(); if ( alarmCounter < maxAlarmReplay && ! mSilent) { ++alarmCounter; -- cgit v0.9.0.2