Bug 235762

Summary: Update pb with the 'Show icons in month view items' functionality
Product: [Applications] korganizer Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: faure
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2010-04-29 22:16:20 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Launch Korg
- Create a new event, a new to-do and a new journal for today.
- Check that they are correctly displayed on the month view (the to-do and the journal should have one small icon each before their names).
- Go to Settings menu/Configure KOrganizer...
- Click on 'Views' icon and go to the 'Month View' tab
- Uncheck the first check box 'Show icons in month view items'
- Click on 'Apply'

Nothing happens. The icons are still displayed whereas they should not be anymore.

- Click once in the month view

The icons are not displayed anymore.

This seems to be an update problem.

Trunk, Svn Rev 1120671
Comment 1 David Faure 2010-05-03 16:11:59 UTC
Still there after r1122273, so it wasn't only a config-object bug, there must be a missing notification of the month view too.
(bug 235189 worked for the date navigator so there's a correct signal there, but it doesn't work for the month view either)
Comment 2 Sergio Martins 2010-05-05 01:09:20 UTC
SVN commit 1122896 by smartins:


When changing enable/disable icons option for monthview, don't wait for the next view update to changes become visible.

BUG: 235762


 M  +2 -0      monthview.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1122896
Comment 3 Sabine Faure 2010-05-06 01:42:23 UTC
It is corrected now.

The icons are correctly and immediately displayed or not displayed depending whether the check box is checked or unchecked.

Trunk, Svn Rev 1123349