aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-04-01 14:43:50 +0200
committerPhilip Kaufmann <[email protected]>2013-04-01 14:43:50 +0200
commitabf11f79ae2a9767778b36a2f9e0c4bc97624602 (patch)
tree3537530880bb6484b20e897a88f852bf3acf339c /src/qt/walletframe.cpp
parentMerge pull request #2433 from laanwj/2013_03_removetransactioncount (diff)
downloaddiscoin-abf11f79ae2a9767778b36a2f9e0c4bc97624602.tar.xz
discoin-abf11f79ae2a9767778b36a2f9e0c4bc97624602.zip
fix "send coins" via context menu in address book
- the send coins context menu entry was not working anymore, because a non current version of #2220 was merged onto current master - also removes some unneeded spaces and adds a comment to WalletModel::getNumTransactions()
Diffstat (limited to 'src/qt/walletframe.cpp')
-rw-r--r--src/qt/walletframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/walletframe.cpp b/src/qt/walletframe.cpp
index a53aa6546..b5947caf3 100644
--- a/src/qt/walletframe.cpp
+++ b/src/qt/walletframe.cpp
@@ -88,9 +88,9 @@ void WalletFrame::gotoReceiveCoinsPage()
walletStack->gotoReceiveCoinsPage();
}
-void WalletFrame::gotoSendCoinsPage()
+void WalletFrame::gotoSendCoinsPage(QString addr)
{
- walletStack->gotoSendCoinsPage();
+ walletStack->gotoSendCoinsPage(addr);
}
void WalletFrame::gotoSignMessageTab(QString addr)