Bug 280933

Summary: the editing of a displayed alarm will archive it
Product: [Applications] kalarm Reporter: Fabio Rossi <rossi.f>
Component: generalAssignee: David Jarvie <djarvie>
Status: CLOSED FIXED    
Severity: normal    
Priority: NOR    
Version: KDE 4   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In: KDE 4.7.1

Description Fabio Rossi 2011-08-28 14:48:10 UTC
Version:           KDE 4 (using KDE 4.7.0) 
OS:                Linux

the editing of a displayed alarm will archive it

Reproducible: Always

Steps to Reproduce:
1) create a new display alarm
2) when the alarm it's triggered and its window is displayed, edit its time in the future (e.g. 1 minute)
3) press ok


Actual Results:  
the alarm is archived (i.e. it's not anymore active/valid)

Expected Results:  
the alarm should be rescheduled to the new time (something like suspend)
Comment 1 David Jarvie 2011-08-28 20:47:42 UTC
The old (pre-edit) alarm is supposed to be archived, but of course a new alarm is also supposed to be created when you click OK. Thanks for reporting this. This is now fixed for KDE 4.7.1.

Git commits f5707925343c3721e3a0c14001cf85e04dd2d380 (4.7 branch), 47d604459163772c143876e9c1f64dcc2bd1aef5 (master).
Comment 2 Fabio Rossi 2011-08-28 21:52:57 UTC
Now it works correctly, thanks!