Version: SVN trunk (using KDE 4.6.0) OS: Linux KMM had crashed without useful information. Afterwards, I noticed a few screenfulls of output of "fraction == -1", and initially assumed this was likely to be related to the crash. I then started re-inputting my work, and noticed that the lines kept appearing when entering a new schedule - deposit. I pasted an account name into the Schedule name box, highlighted the unneeded characters and clicked to delete. This produced multiple output lines. In fact, left click and dragging the mouse across the data is accompanied by output. Clicking in other boxes produced a couple or more lines. The crash has not (yet) reappeared. I was actually in Ledger view when the crash happened. Reproducible: Always Steps to Reproduce: as above Actual Results: multiple output lines Expected Results: It may be the output is intentional?
Removed a useless warning which evolved into a warning from an assert. Since the situation is perfectly valid in the schedules editor where an empty MyMoneyAccount object is used until an account is selected the assertion is no longer valid and can be safely removed. http://websvn.kde.org/?revision=1231308&view=revision