Bug 238059 - Regression: update pb when creating two journals on the same day
Summary: Regression: update pb when creating two journals on the same day
Status: VERIFIED FIXED
Alias: None
Product: korganizer
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-18 18:03 UTC by Sabine Faure
Modified: 2010-05-27 00:12 UTC (History)
0 users

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 Sabine Faure 2010-05-18 18:03:11 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch KOrg
- Click on 'New journal button'
- Fill in the title (ex Journal A), the date and a description
- Click on 'Ok'
- Click on 'Journal' button
- The journal you've created is displayed correctly in the Journal view
- Create a second new journal (ex Journal B) for the same day

The second journal is displayed over the first one whereas it should be displayed underneath.

- Quit KOrg and relaunch it
- Click on 'Journal' button
- Both journals are displayed correctly in the Journal view

So this seems to be only an update problem.

Trunk, Svn Rev 1128166
Comment 1 Sergio Martins 2010-05-26 20:28:26 UTC
SVN commit 1130906 by smartins:

Don't delete too much.

BUG: 238059


 M  +1 -1      calendar.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1130906
Comment 2 Sabine Faure 2010-05-27 00:12:27 UTC
It is corrected now.

The journals are created and displayed correctly one below the other.

Trunk, Svn Rev 1130931