diff options
| author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-10-19 17:16:51 +0000 |
|---|---|---|
| committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-10-19 17:16:51 +0000 |
| commit | 5cbf75324d1509a1262b65c5073314a4da3f6d77 (patch) | |
| tree | fcaaca0e6f71362c3968735b29ea8e2e7fff9dbb /ui.cpp | |
| parent | makefile.unix tweak from Xunie so bitcoind links on Ubuntu 10.04 x86_64 (diff) | |
| download | discoin-5cbf75324d1509a1262b65c5073314a4da3f6d77.tar.xz discoin-5cbf75324d1509a1262b65c5073314a4da3f6d77.zip | |
Gavin's TEST network as -testnet switch, misc fixes
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@168 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'ui.cpp')
| -rw-r--r-- | ui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -763,6 +763,7 @@ bool CMainFrame::InsertTransaction(const CWalletTx& wtx, bool fNew, int nIndex) SingleLine(strDescription), FormatMoney(-nValue, true), ""); + nIndex = -1; wtx.nLinesDisplayed++; } } |