diff options
Diffstat (limited to 'gui/src/bitcoingui.cpp')
| -rw-r--r-- | gui/src/bitcoingui.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gui/src/bitcoingui.cpp b/gui/src/bitcoingui.cpp index a7f236803..ba5b1d99a 100644 --- a/gui/src/bitcoingui.cpp +++ b/gui/src/bitcoingui.cpp @@ -240,12 +240,7 @@ void BitcoinGUI::addressbookClicked() { AddressBookDialog dlg; dlg.setTab(AddressBookDialog::SendingTab); - /* if an address accepted, do a 'send' to specified address */ - if(dlg.exec()) - { - SendCoinsDialog send(0, dlg.getReturnValue()); - send.exec(); - } + dlg.exec(); } void BitcoinGUI::receivingAddressesClicked() |