Bug 246397

Summary: Combo box values being overridden
Product: [Applications] kmymoney Reporter: Alvaro Soliverez <asoliverez>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Alvaro Soliverez 2010-08-01 04:18:03 UTC
Version:           unspecified (using KDE 4.4.5) 
OS:                Linux

The decimal and thousand combo box of the QIF profile editor and the investment symbol combo box of the investment wizard had its values overridden when the selection changed.

Reproducible: Always
Comment 1 Alvaro Soliverez 2010-08-01 04:22:35 UTC
SVN commit 1157736 by asoliverez:

Fixed how the values of the combo box are changed. Set the index instead of changing the text.

 M  +2 -2      dialogs/kexportdlg.cpp
 M  +2 -2      dialogs/mymoneyqifprofileeditor.cpp
 M  +1 -1      wizards/newinvestmentwizard/kinvestmentdetailswizardpage.cpp