Bug 229590 - Newly created events are displayed twice in the Event list view.
Summary: Newly created events are displayed twice in the Event list view.
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-05 18:34 UTC by Sabine Faure
Modified: 2010-05-06 23:35 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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