Bug 231379

Summary: Events created from the date navigator context menu are not displayed on the expected date
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: montel
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2010-03-20 03:17:47 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Korg
- Right click on the 15th of next month and select 'New Event..' from the context menu
- The default date for the event is today's date and not the 15th of next month

Whereas when selecting a new to-do or journal from the same context menu the default date is the 15th of next month which is the expected behaviour the user is looking for.

Trunk, Svn Rev 1105215
Comment 1 Laurent Montel 2010-03-20 16:02:16 UTC
SVN commit 1105552 by mlaurent:

Fix bug #231379 "Events created from the date navigator context menu are not displayed on the expected date"
CCBUG: 231379


 M  +1 -1      calendarview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1105552
Comment 2 Laurent Montel 2010-03-20 16:03:10 UTC
Fixed in svn #1105552.
Comment 3 Sabine Faure 2010-03-24 22:07:55 UTC
It is corrected now.

the event is now created on the selected date from the date navigator as it should be.

Trunk, Svn Rev 1106990