Bug 229590

Summary: Newly created events are displayed twice in the Event list view.
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sabine Faure 2010-03-05 18:34:10 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Korg
- Create a new event for today
- The event is correctly displayed in the agenda view
- Go to View menu/Event list
- All the events for today are displayed in the Event list table

But the newly created event is displayed twice in the Event list view whereas it should only be displayed once.

- Quit Korg
- Relaunch Korg
- Go to View menu/Event list
- Click on today in the date navigator view

The new event is now only displayed once in the Event list view as it should be.

Trunk, Svn Rev 1099270
Comment 1 Sergio Martins 2010-05-02 18:01:22 UTC
SVN commit 1121879 by smartins:

Don't show events duplicated.

BUG: 229590


 M  +1 -1      kolistview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1121879
Comment 2 Sabine Faure 2010-05-06 23:35:24 UTC
It is corrected now.

The update problem is solved and the newly created event is only displayed once in the Event list.

Trunk, Svn Rev 1123669