Version: SVN trunk (using KDE 4.4.5) OS: Linux If I go to the price dialog, type something in the search box and then delete a price, after the deletion, the displayed list is incorrect. Changing what is in the search box lets the list refresh correctly. Reproducible: Always Steps to Reproduce: Bring up the price dialog. Enter something in the search box. Delete one of the prices shown. Actual Results: No prices are shown in the dialog, unless you change the entry in the search box. Expected Results: All prices shown should remain, except for the deleted price, which might be replaced by an earlier price for the same security. Every time I've done this, I have two items displayed - the same trading symbol but different names. I don't know if that matters.
SVN commit 1171878 by asoliverez: After refreshing the price list, update the list with the contents of the search widget. BUG:250029 M +3 -0 kmymoneypricedlg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171878
SVN commit 1171892 by asoliverez: Ported to stable branch BUG:250029 M +4 -0 kmymoneypricedlg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171892
SVN commit 1171893 by asoliverez: Update only if there is text on the search widget BUG:250029 M +1 -0 kmymoneypricedlg.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1171893