From a5e1325879de3b7dbe604da574f9962408bc7575 Mon Sep 17 00:00:00 2001 From: Wladimir J. van der Laan Date: Sat, 30 Jul 2011 19:28:41 +0200 Subject: [PATCH] comment update --- src/qt/walletmodel.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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); -- 1.7.1