From: Wladimir J. van der Laan Date: Sat, 30 Jul 2011 17:28:41 +0000 (+0200) Subject: comment update X-Git-Tag: v0.4.0-unstable~226^2~57^2~79 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=a5e1325879de3b7dbe604da574f9962408bc7575 comment update --- diff --git a/src/qt/walletmodel.cpp b/src/qt/walletmodel.cpp index 53555cc..d8139e9 100644 --- a/src/qt/walletmodel.cpp +++ b/src/qt/walletmodel.cpp @@ -159,6 +159,8 @@ WalletModel::SendCoinsReturn WalletModel::sendCoins(const QListSetAddressBookName(strAddress, rcp.label.toStdString()); } } + + // Update our model of the address table addressTableModel->updateList(); return SendCoinsReturn(OK, 0, hex);