Bug 231891 - KOrganizer always reverts to the default reminder time, forgetting the reminder I set
Summary: KOrganizer always reverts to the default reminder time, forgetting the remind...
Status: RESOLVED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: 4.4.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 12:47 UTC by Matthias Kretz
Modified: 2010-03-25 12:00 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Kretz 2010-03-23 12:47:00 UTC
Version:           4.4.1 (using 4.4.1 (KDE 4.4.1), Kubuntu packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.31-20-generic

I set the default reminder time to 1 day(s) in the "Time and Date" -> "Default Values" config page ("Enable reminders for new Events" is enabled, "for new To-dos" is disabled).

To reproduce:
- Create a new event (say tomorrow, 10-12, title: "test" and change the reminder from 1 day(s) to 1 minute(s). Press OK.
- Right click on the new event and select "Edit". The reminder setting shows 1 day(s).

Expected behavior: The reminder stays at 1 minute(s) and uses the default reminder time only for the initial setting when creating a new event.
Comment 1 Matthias Kretz 2010-03-23 12:56:32 UTC
more observations:

- It seems as long as the default setting is set to "day(s)" the reminder will always revert back to "day(s)", too. If it is set to xx "minute(s)" then it works as expected.

- Setting the default to 24 hour(s) makes the reminder change any value to hour(s) or day(s). minute(s) doesn't work.

The workaround to set 1440 minute(s) as default doesn't work because the spinbox is limited to 1 <= x <= 99.
Comment 2 Laurent Montel 2010-03-25 11:56:56 UTC
SVN commit 1107322 by mlaurent:

Fix first part of bug #231891
combobox item was not put to minutes when we put it to minutes
Need to look at  second part of bug
CCBUG: 231891


 M  +2 -0      koeditorgeneral.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1107322
Comment 3 Laurent Montel 2010-03-25 12:00:53 UTC
Finally all works fine now :)
Reopen if you think that there is a pb yet.
Thanks
Regards