Bug 235762 - Update pb with the 'Show icons in month view items' functionality
Summary: Update pb with the 'Show icons in month view items' functionality
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-04-29 22:16 UTC by Sabine Faure
Modified: 2010-05-06 01:42 UTC (History)
1 user (show)

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-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