Bug 190230

Summary: Folder-pane columns are not preserved after kmail restart
Product: [Applications] kmail Reporter: Oren Held <oren>
Component: new folder treeAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.11.90   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description Oren Held 2009-04-21 09:35:56 UTC
Version:            (using KDE 4.2.2)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Steps to reproduce:
1. Open kmail
2. Right click on the column header of the Folder-pane
3. Add "Total" field
4. Restart kmail : "Total field" is gone
Comment 1 Jaime Torres 2009-04-21 10:03:29 UTC
Confirmed in 1.11.90 (kde 4.2.90).
Comment 2 Olivier Trichet 2009-05-12 23:17:33 UTC
SVN commit 967209 by otrichet:

Fix the restoring of the state of the columns (visibility and width)

- Do not dump binary data into KConfig

BUG: 190230
BUG: 190838

 M  +2 -1      treewidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967209
Comment 3 Thomas McGuire 2009-05-13 15:15:37 UTC
SVN commit 967442 by tmcguire:

Backport r967209 by otrichet from trunk to the 4.2 branch:

Fix the restoring of the state of the columns (visibility and width)

- Do not dump binary data into KConfig

CCBUG: 190230
CCBUG: 190838


 M  +2 -1      treewidget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=967442