Bug 246397 - Combo box values being overridden
Summary: Combo box values being overridden
Status: RESOLVED FIXED
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-01 04:18 UTC by Alvaro Soliverez
Modified: 2010-08-01 04:22 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 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