aboutsummaryrefslogtreecommitdiff
path: root/src/qt/walletframe.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-04-01 07:44:03 -0700
committerWladimir J. van der Laan <laanwj@gmail.com>2013-04-01 07:44:03 -0700
commit300f747ec33181a5cbac0db1c2a07f122aba358a (patch)
tree93c9d562fadc092ce908b5578655e39721900565 /src/qt/walletframe.cpp
parent7706c63ddab9bfa8783be00d5aea8b39a0d5fdb7 (diff)
parentabf11f79ae2a9767778b36a2f9e0c4bc97624602 (diff)
Merge pull request #2437 from Diapolo/Qt_fixes
fix "send coins" via context menu in address book
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 a53aa65466..b5947caf3a 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)